UnsupervisedTrainerInputBaseWithWeight Class

Definition

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

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

Fields

ExampleWeightColumnName

Column to use for example weight.

FeatureColumnName

Column to use for features.

(Inherited from TrainerInputBase)

Applies to