ISweepable<T> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres de type
- T
- Dérivé
- Implémente
Propriétés
SearchSpace | (Hérité de ISweepable) |
Méthodes
BuildFromOption(MLContext, Parameter) |