AutoMLExperiment.SetTuner Méthode
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.
Surcharges
SetTuner<TTuner>() | |
SetTuner<TTuner>(Func<IServiceProvider,TTuner>) | |
SetTuner<TTuner>(TTuner) |
SetTuner<TTuner>()
public Microsoft.ML.AutoML.AutoMLExperiment SetTuner<TTuner> () where TTuner : class, Microsoft.ML.AutoML.ITuner;
member this.SetTuner : unit -> Microsoft.ML.AutoML.AutoMLExperiment (requires 'uner : null and 'uner :> Microsoft.ML.AutoML.ITuner)
Public Function SetTuner(Of TTuner As {Class, ITuner}) () As AutoMLExperiment
Paramètres de type
- TTuner
Retours
S’applique à
SetTuner<TTuner>(Func<IServiceProvider,TTuner>)
public Microsoft.ML.AutoML.AutoMLExperiment SetTuner<TTuner> (Func<IServiceProvider,TTuner> factory) where TTuner : class, Microsoft.ML.AutoML.ITuner;
member this.SetTuner : Func<IServiceProvider, 'uner (requires 'uner : null and 'uner :> Microsoft.ML.AutoML.ITuner)> -> Microsoft.ML.AutoML.AutoMLExperiment (requires 'uner : null and 'uner :> Microsoft.ML.AutoML.ITuner)
Public Function SetTuner(Of TTuner As {Class, ITuner}) (factory As Func(Of IServiceProvider, TTuner)) As AutoMLExperiment
Paramètres de type
- TTuner
Paramètres
- factory
- Func<IServiceProvider,TTuner>
Retours
S’applique à
SetTuner<TTuner>(TTuner)
public Microsoft.ML.AutoML.AutoMLExperiment SetTuner<TTuner> (TTuner proposer) where TTuner : class, Microsoft.ML.AutoML.ITuner;
member this.SetTuner : 'uner -> Microsoft.ML.AutoML.AutoMLExperiment (requires 'uner : null and 'uner :> Microsoft.ML.AutoML.ITuner)
Public Function SetTuner(Of TTuner As {Class, ITuner}) (proposer As TTuner) As AutoMLExperiment
Paramètres de type
- TTuner
Paramètres
- proposer
- TTuner