Partager via


SweepableEstimator Classe

Définition

Estimateur avec espace de recherche.

[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))
Héritage
SweepableEstimator
Attributs
Implémente

Constructeurs

SweepableEstimator()

Estimateur avec espace de recherche.

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

Estimateur avec espace de recherche.

Propriétés

EstimatorType

Estimateur avec espace de recherche.

(Hérité de Estimator)
Parameter

Estimateur avec espace de recherche.

(Hérité de Estimator)
SearchSpace

Estimateur avec espace de recherche.

Méthodes

BuildFromOption(MLContext, Parameter)

Estimateur avec espace de recherche.

Méthodes d’extension

Append(SweepableEstimator, SweepableEstimator[])

Estimateur avec espace de recherche.

Append(SweepableEstimator, SweepablePipeline)

Estimateur avec espace de recherche.

Append(SweepableEstimator, IEstimator<ITransformer>)

Estimateur avec espace de recherche.

S’applique à