SweepableEstimator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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>) |