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