1 instantiation of FastTreeBinary
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
74return new FastTreeBinary(defaultOption, searchSpace);
3 references to FastTreeBinary
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
68public static FastTreeBinary CreateFastTreeBinary(FastTreeOption defaultOption, SearchSpace<FastTreeOption> searchSpace = null)
Microsoft.ML.AutoML.Tests (2)
SweepableEstimatorPipelineTest.cs (2)
131var fastTree = SweepableEstimatorFactory.CreateFastTreeBinary(new FastTreeOption()); 143var fastTree = SweepableEstimatorFactory.CreateFastTreeBinary(new FastTreeOption());