TrainerInputBaseWithWeight 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持权重列的所有训练器输入的基类。
public abstract class TrainerInputBaseWithWeight : Microsoft.ML.Trainers.TrainerInputBaseWithLabel
type TrainerInputBaseWithWeight = class
inherit TrainerInputBaseWithLabel
Public MustInherit Class TrainerInputBaseWithWeight
Inherits TrainerInputBaseWithLabel
- 继承
- 派生
字段
ExampleWeightColumnName |
要用于示例权重的列。 |
FeatureColumnName |
要用于功能的列。 (继承自 TrainerInputBase) |
LabelColumnName |
要用于标签的列。 (继承自 TrainerInputBaseWithLabel) |