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