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


SweepablePipeline.BuildFromOption(MLContext, Parameter) Method

Definition

public Microsoft.ML.Data.EstimatorChain<Microsoft.ML.ITransformer> BuildFromOption (Microsoft.ML.MLContext context, Microsoft.ML.SearchSpace.Parameter parameter);
abstract member BuildFromOption : Microsoft.ML.MLContext * Microsoft.ML.SearchSpace.Parameter -> Microsoft.ML.Data.EstimatorChain<Microsoft.ML.ITransformer>
override this.BuildFromOption : Microsoft.ML.MLContext * Microsoft.ML.SearchSpace.Parameter -> Microsoft.ML.Data.EstimatorChain<Microsoft.ML.ITransformer>
Public Function BuildFromOption (context As MLContext, parameter As Parameter) As EstimatorChain(Of ITransformer)

Parameters

context
MLContext
parameter
Parameter

Returns

Implements

Applies to