SweepableEstimator Class

Definition

Estimator with search space.

[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))
Inheritance
SweepableEstimator
Attributes
Implements

Constructors

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

Properties

EstimatorType (Inherited from Estimator)
Parameter (Inherited from Estimator)
SearchSpace

Methods

BuildFromOption(MLContext, Parameter)

Extension Methods

Append(SweepableEstimator, SweepableEstimator[])
Append(SweepableEstimator, SweepablePipeline)
Append(SweepableEstimator, IEstimator<ITransformer>)

Applies to