TrainerInputBaseWithWeight Class

Definition

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

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

Fields

ExampleWeightColumnName

Column to use for example weight.

FeatureColumnName

Column to use for features.

(Inherited from TrainerInputBase)
LabelColumnName

Column to use for labels.

(Inherited from TrainerInputBaseWithLabel)

Applies to