TrainerInputBaseWithWeight 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 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) |