Megosztás a következőn keresztül:


SweepableEstimator.BuildFromOption(MLContext, Parameter) Method

Definition

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)

Parameters

context
MLContext
param
Parameter

Returns

Implements

Applies to