Condividi tramite


SweepableEstimator Classe

Definizione

Stimare con spazio di ricerca.

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepableEstimatorConverter))]
public class SweepableEstimator : Microsoft.ML.AutoML.Estimator, Microsoft.ML.AutoML.ISweepable<Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>>
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepableEstimatorConverter))>]
type SweepableEstimator = class
    inherit Estimator
    interface ISweepable<IEstimator<ITransformer>>
    interface ISweepable
Public Class SweepableEstimator
Inherits Estimator
Implements ISweepable(Of IEstimator(Of ITransformer))
Ereditarietà
SweepableEstimator
Attributi
Implementazioni

Costruttori

SweepableEstimator()

Stimare con spazio di ricerca.

SweepableEstimator(Func<MLContext,Parameter,IEstimator<ITransformer>>, SearchSpace)

Stimare con spazio di ricerca.

Proprietà

EstimatorType

Stimare con spazio di ricerca.

(Ereditato da Estimator)
Parameter

Stimare con spazio di ricerca.

(Ereditato da Estimator)
SearchSpace

Stimare con spazio di ricerca.

Metodi

BuildFromOption(MLContext, Parameter)

Stimare con spazio di ricerca.

Metodi di estensione

Append(SweepableEstimator, SweepableEstimator[])

Stimare con spazio di ricerca.

Append(SweepableEstimator, SweepablePipeline)

Stimare con spazio di ricerca.

Append(SweepableEstimator, IEstimator<ITransformer>)

Stimare con spazio di ricerca.

Si applica a