AutoMLExperiment.SetTuner Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros de tipo
- TTuner
Retornos
Aplica-se a
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
Parâmetros de tipo
- TTuner
Parâmetros
- factory
- Func<IServiceProvider,TTuner>
Retornos
Aplica-se a
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
Parâmetros de tipo
- TTuner
Parâmetros
- proposer
- TTuner