1 instantiation of FastForestBinary
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
47
return new
FastForestBinary
(defaultOption, searchSpace);
3 references to FastForestBinary
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
41
public static
FastForestBinary
CreateFastForestBinary(FastForestOption defaultOption, SearchSpace<FastForestOption> searchSpace = null)
Microsoft.ML.AutoML.Tests (2)
SweepableExtensionTest.cs (2)
59
var
estimator = SweepableEstimatorFactory.CreateFastForestBinary(new FastForestOption());
69
var
estimator = SweepableEstimatorFactory.CreateFastForestBinary(new FastForestOption());