SweepableEstimator Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
- 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. |