共用方式為


TrainerInputBaseWithGroupId 類別

定義

支援群組資料行之所有定型輸入的基類。

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

欄位

ExampleWeightColumnName

要用於加權的資料行。

(繼承來源 TrainerInputBaseWithWeight)
FeatureColumnName

要用於功能的資料行。

(繼承來源 TrainerInputBase)
LabelColumnName

要用於標籤的資料行。

(繼承來源 TrainerInputBaseWithLabel)
RowGroupColumnName

要用於 groupId 的資料行。

適用於