TrainerInputBaseWithLabel 类

定义

支持标签列的所有训练器输入的基类。

public abstract class TrainerInputBaseWithLabel : Microsoft.ML.Trainers.TrainerInputBase
type TrainerInputBaseWithLabel = class
    inherit TrainerInputBase
Public MustInherit Class TrainerInputBaseWithLabel
Inherits TrainerInputBase
继承
TrainerInputBaseWithLabel
派生

字段

FeatureColumnName

要用于功能的列。

(继承自 TrainerInputBase)
LabelColumnName

要用于标签的列。

适用于