次の方法で共有


SweepableEstimator.BuildFromOption(MLContext, Parameter) メソッド

定義

public virtual Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> BuildFromOption (Microsoft.ML.MLContext context, Microsoft.ML.SearchSpace.Parameter param);
abstract member BuildFromOption : Microsoft.ML.MLContext * Microsoft.ML.SearchSpace.Parameter -> Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>
override this.BuildFromOption : Microsoft.ML.MLContext * Microsoft.ML.SearchSpace.Parameter -> Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>
Public Overridable Function BuildFromOption (context As MLContext, param As Parameter) As IEstimator(Of ITransformer)

パラメーター

context
MLContext
param
Parameter

戻り値

実装

適用対象