다음을 통해 공유


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

반환

구현

적용 대상