TrainerInputBaseWithLabel 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 Label column.
public abstract class TrainerInputBaseWithLabel : Microsoft.ML.Trainers.TrainerInputBase
type TrainerInputBaseWithLabel = class
inherit TrainerInputBase
Public MustInherit Class TrainerInputBaseWithLabel
Inherits TrainerInputBase
- Inheritance
- Derived
Fields
FeatureColumnName |
Column to use for features. (Inherited from TrainerInputBase) |
LabelColumnName |
Column to use for labels. |