Compartilhar via


AutoMLExperiment.SetTuner Método

Definição

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

Retornos

Aplica-se a