Implemented interface member:
method
BuildFromOption
Microsoft.ML.AutoML.ISweepable<T>.BuildFromOption(Microsoft.ML.MLContext, Microsoft.ML.SearchSpace.Parameter)
1 override of BuildFromOption
Microsoft.ML.AutoML (1)
SweepableEstimator\SweepableEstimator.cs (1)
71public override IEstimator<ITransformer> BuildFromOption(MLContext context, Parameter param)
2 references to BuildFromOption
Microsoft.ML.AutoML (2)
SweepableEstimator\SweepableEstimatorPipeline.cs (1)
83pipeline = pipeline.Append(_estimators[i].BuildFromOption(context, parameter[ssName]));
SweepableEstimator\SweepablePipeline.cs (1)
101pipeline = pipeline.Append(kv.estimator.BuildFromOption(context, kv.param));