Implemented interface member:
property
SearchSpace
Microsoft.ML.AutoML.ISweepable.SearchSpace
1 write to SearchSpace
Microsoft.ML.AutoML (1)
SweepableEstimator\SweepableEstimator.cs (1)
25SearchSpace = ss;
2 references to SearchSpace
Microsoft.ML.AutoML (2)
SweepableEstimator\SweepableEstimatorPipeline.cs (1)
53var kvPairs = _estimators.Select((e, i) => new KeyValuePair<string, SearchSpace.SearchSpace>(i.ToString(), e.SearchSpace));
SweepableEstimator\SweepablePipeline.cs (1)
35searchSpace.Add(kv.Key, kv.Value.SearchSpace);