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

要用于 example groupId 的列。

适用于