OnlineLinearOptions 类

定义

联机线性训练器的参数类。

public abstract class OnlineLinearOptions : Microsoft.ML.Trainers.TrainerInputBaseWithLabel
type OnlineLinearOptions = class
    inherit TrainerInputBaseWithLabel
Public MustInherit Class OnlineLinearOptions
Inherits TrainerInputBaseWithLabel
继承
派生

构造函数

OnlineLinearOptions()

联机线性训练器的参数类。

字段

FeatureColumnName

要用于功能的列。

(继承自 TrainerInputBase)
InitialWeightsDiameter

初始权重和偏差刻度。

LabelColumnName

要用于标签的列。

(继承自 TrainerInputBaseWithLabel)
NumberOfIterations

通过训练数据集的传递数。

Shuffle

确定是否对每个训练迭代对数据进行混排。

适用于