ISweepable<T> Interface

Definition

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
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived
Implements

Properties

SearchSpace (Inherited from ISweepable)

Methods

BuildFromOption(MLContext, Parameter)

Applies to