OneVersusAllTrainer.Fit(IDataView) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public override Microsoft.ML.Data.MulticlassPredictionTransformer<Microsoft.ML.Trainers.OneVersusAllModelParameters> Fit (Microsoft.ML.IDataView input);
override this.Fit : Microsoft.ML.IDataView -> Microsoft.ML.Data.MulticlassPredictionTransformer<Microsoft.ML.Trainers.OneVersusAllModelParameters>
Public Overrides Function Fit (input As IDataView) As MulticlassPredictionTransformer(Of OneVersusAllModelParameters)
參數
- input
- IDataView
輸入資料。
傳回
MulticlassPredictionTransformer<TModel>model./>