3 references to CreateFastTreeBinary
Microsoft.ML.AutoML (1)
API\AutoCatalog.cs (1)
364
res.Add(SweepableEstimatorFactory.
CreateFastTreeBinary
(fastTreeOption, fastTreeSearchSpace ?? new SearchSpace<FastTreeOption>(fastTreeOption)));
Microsoft.ML.AutoML.Tests (2)
SweepableEstimatorPipelineTest.cs (2)
131
var fastTree = SweepableEstimatorFactory.
CreateFastTreeBinary
(new FastTreeOption());
143
var fastTree = SweepableEstimatorFactory.
CreateFastTreeBinary
(new FastTreeOption());