Share via


SweepableEstimator Constructors

Definition

Overloads

SweepableEstimator()

Source:
SweepableEstimator.cs
Source:
SweepableEstimator.cs
Source:
SweepableEstimator.cs
protected SweepableEstimator();
Protected Sub New ()

Applies to

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

Source:
SweepableEstimator.cs
Source:
SweepableEstimator.cs
Source:
SweepableEstimator.cs
public SweepableEstimator(Func<Microsoft.ML.MLContext,Microsoft.ML.SearchSpace.Parameter,Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>> factory, Microsoft.ML.SearchSpace.SearchSpace ss);
new Microsoft.ML.AutoML.SweepableEstimator : Func<Microsoft.ML.MLContext, Microsoft.ML.SearchSpace.Parameter, Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>> * Microsoft.ML.SearchSpace.SearchSpace -> Microsoft.ML.AutoML.SweepableEstimator
Public Sub New (factory As Func(Of MLContext, Parameter, IEstimator(Of ITransformer)), ss As SearchSpace)

Parameters

Applies to