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