1 instantiation of FastForestOva
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
56return new FastForestOva(defaultOption, searchSpace);
1 reference to FastForestOva
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
50public static FastForestOva CreateFastForestOva(FastForestOption defaultOption, SearchSpace<FastForestOption> searchSpace = null)