ISweepable<T>.BuildFromOption(MLContext, Parameter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public T BuildFromOption (Microsoft.ML.MLContext context, Microsoft.ML.SearchSpace.Parameter parameter);
abstract member BuildFromOption : Microsoft.ML.MLContext * Microsoft.ML.SearchSpace.Parameter -> 'T
Public Function BuildFromOption (context As MLContext, parameter As Parameter) As T
Parameters
- context
- MLContext
- parameter
- Parameter
Returns
T