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