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