Megosztás a következőn keresztül:


SweepableEstimator Constructors

Definition

Overloads

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

SweepableEstimator()

protected SweepableEstimator ();
Protected Sub New ()

Applies to

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

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