SweepableEstimator Constructors
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.
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
- factory
- Func<MLContext,Parameter,IEstimator<ITransformer>>
- ss
- SearchSpace