Freigeben über


SweepableEstimator Klasse

Definition

Stimator mit Suchbereich.

[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))
Vererbung
SweepableEstimator
Attribute
Implementiert

Konstruktoren

SweepableEstimator()

Stimator mit Suchbereich.

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

Stimator mit Suchbereich.

Eigenschaften

EstimatorType

Stimator mit Suchbereich.

(Geerbt von Estimator)
Parameter

Stimator mit Suchbereich.

(Geerbt von Estimator)
SearchSpace

Stimator mit Suchbereich.

Methoden

BuildFromOption(MLContext, Parameter)

Stimator mit Suchbereich.

Erweiterungsmethoden

Append(SweepableEstimator, SweepableEstimator[])

Stimator mit Suchbereich.

Append(SweepableEstimator, SweepablePipeline)

Stimator mit Suchbereich.

Append(SweepableEstimator, IEstimator<ITransformer>)

Stimator mit Suchbereich.

Gilt für: