Freigeben über


AutoMLExperiment.SetTuner Methode

Definition

Überlädt

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

Typparameter

TTuner

Gibt zurück

Gilt für:

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

Typparameter

TTuner

Parameter

factory
Func<IServiceProvider,TTuner>

Gibt zurück

Gilt für:

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

Typparameter

TTuner

Parameter

proposer
TTuner

Gibt zurück

Gilt für: