Sdílet prostřednictvím


SweepableEstimator Třída

Definice

Estimátor s vyhledávacím prostorem.

[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))
Dědičnost
SweepableEstimator
Atributy
Implementuje

Konstruktory

SweepableEstimator()

Estimátor s vyhledávacím prostorem.

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

Estimátor s vyhledávacím prostorem.

Vlastnosti

EstimatorType

Estimátor s vyhledávacím prostorem.

(Zděděno od Estimator)
Parameter

Estimátor s vyhledávacím prostorem.

(Zděděno od Estimator)
SearchSpace

Estimátor s vyhledávacím prostorem.

Metody

BuildFromOption(MLContext, Parameter)

Estimátor s vyhledávacím prostorem.

Metody rozšíření

Append(SweepableEstimator, SweepableEstimator[])

Estimátor s vyhledávacím prostorem.

Append(SweepableEstimator, SweepablePipeline)

Estimátor s vyhledávacím prostorem.

Append(SweepableEstimator, IEstimator<ITransformer>)

Estimátor s vyhledávacím prostorem.

Platí pro