1 instantiation of NaiveOption
Microsoft.ML.AutoML (1)
Naive.cs (1)
26
this.TParameter = new
NaiveOption
();
7 references to NaiveOption
Microsoft.ML.AutoML (7)
Naive.cs (3)
14
internal partial class Naive : SweepableEstimator<
NaiveOption
>
16
public Naive(
NaiveOption
defaultOption, SearchSpace<
NaiveOption
> searchSpace = null)
SweepableEstimator\Estimators\Calibrators.cs (1)
9
public override IEstimator<ITransformer> BuildFromOption(MLContext context,
NaiveOption
param)
SweepableEstimatorFactory.cs (3)
257
public static Naive CreateNaive(
NaiveOption
defaultOption, SearchSpace<
NaiveOption
> searchSpace = null)
260
searchSpace = new SearchSpace<
NaiveOption
>(defaultOption);