共用方式為


TrainerInputBaseWithWeight 類別

定義

支援加權資料行之所有定型器輸入的基類。

public abstract class TrainerInputBaseWithWeight : Microsoft.ML.Trainers.TrainerInputBaseWithLabel
type TrainerInputBaseWithWeight = class
    inherit TrainerInputBaseWithLabel
Public MustInherit Class TrainerInputBaseWithWeight
Inherits TrainerInputBaseWithLabel
繼承
衍生

欄位

ExampleWeightColumnName

要用於範例權數的資料行。

FeatureColumnName

要用於功能的資料行。

(繼承來源 TrainerInputBase)
LabelColumnName

要用於標籤的資料行。

(繼承來源 TrainerInputBaseWithLabel)

適用於