SweepableEstimator 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SweepableEstimator() | |
SweepableEstimator(Func<MLContext,Parameter,IEstimator<ITransformer>>, SearchSpace) |
SweepableEstimator()
protected SweepableEstimator ();
Protected Sub New ()
適用於
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)
參數
- factory
- Func<MLContext,Parameter,IEstimator<ITransformer>>
- ss
- SearchSpace