OnlineLinearOptions 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.
Arguments class for online linear trainers.
public abstract class OnlineLinearOptions : Microsoft.ML.Trainers.TrainerInputBaseWithLabel
type OnlineLinearOptions = class
inherit TrainerInputBaseWithLabel
Public MustInherit Class OnlineLinearOptions
Inherits TrainerInputBaseWithLabel
- Inheritance
- Derived
Constructors
OnlineLinearOptions() |
Fields
FeatureColumnName |
Column to use for features. (Inherited from TrainerInputBase) |
InitialWeightsDiameter |
Initial weights and bias scale. |
LabelColumnName |
Column to use for labels. (Inherited from TrainerInputBaseWithLabel) |
NumberOfIterations |
Number of passes through the training dataset. |
Shuffle |
Determines whether to shuffle data for each training iteration. |