共用方式為


OneVersusAllTrainer.Fit(IDataView) 方法

定義

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./>

適用於