ISweepable<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ISweepable<out T> : Microsoft.ML.AutoML.ISweepable where T : IEstimator<ITransformer>
type ISweepable<'T (requires 'T :> IEstimator<ITransformer>)> = interface
interface ISweepable
Public Interface ISweepable(Of Out T)
Implements ISweepable
Type Parameters
- T
- Derived
- Implements
Properties
SearchSpace | (Inherited from ISweepable) |
Methods
BuildFromOption(MLContext, Parameter) |