UnsupervisedTrainerInputBaseWithWeight Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
Fields
ExampleWeightColumnName |
Column to use for example weight. |
FeatureColumnName |
Column to use for features. (Inherited from TrainerInputBase) |