AutoMLExperiment.SetTuner Method

Definition

Overloads

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

Type Parameters

TTuner

Returns

Applies to

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

Type Parameters

TTuner

Parameters

factory
Func<IServiceProvider,TTuner>

Returns

Applies to

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

Type Parameters

TTuner

Parameters

proposer
TTuner

Returns

Applies to