ISweepable<T>.BuildFromOption(MLContext, Parameter) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- context
- MLContext
- parameter
- Parameter
傳回
T