TrainerInputBaseWithLabel Class

Definition

The base class for all trainer inputs that support a Label column.

public abstract class TrainerInputBaseWithLabel : Microsoft.ML.Trainers.TrainerInputBase
type TrainerInputBaseWithLabel = class
    inherit TrainerInputBase
Public MustInherit Class TrainerInputBaseWithLabel
Inherits TrainerInputBase
Inheritance
TrainerInputBaseWithLabel
Derived

Fields

FeatureColumnName

Column to use for features.

(Inherited from TrainerInputBase)
LabelColumnName

Column to use for labels.

Applies to