2 implementations of ISweepable
Microsoft.ML.AutoML (2)
SweepableEstimator\SweepableEstimator.cs (1)
17public class SweepableEstimator : Estimator, ISweepable<IEstimator<ITransformer>>
SweepableEstimator\SweepablePipeline.cs (1)
17public class SweepablePipeline : ISweepable<EstimatorChain<ITransformer>>
2 references to ISweepable
Microsoft.ML.AutoML (2)
SweepableEstimator\SweepablePipeline.cs (2)
117public SweepablePipeline Append(params ISweepable<IEstimator<ITransformer>>[] sweepables) 120foreach (var sweepable in sweepables)