SweepableEstimator Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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. |