1 instantiation of FastTreeOva
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
83return new FastTreeOva(defaultOption, searchSpace);
1 reference to FastTreeOva
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
77public static FastTreeOva CreateFastTreeOva(FastTreeOption defaultOption, SearchSpace<FastTreeOption> searchSpace = null)