次の方法で共有


SweepableEstimator コンストラクター

定義

オーバーロード

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)

パラメーター

適用対象