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