2 types derived from AveragedLinearOptions
Microsoft.ML.StandardTrainers (2)
Standard\Online\AveragedPerceptron.cs (1)
89
public sealed class Options :
AveragedLinearOptions
Standard\Online\OnlineGradientDescent.cs (1)
70
public sealed class Options :
AveragedLinearOptions
5 references to AveragedLinearOptions
Microsoft.ML.StandardTrainers (5)
Standard\Online\AveragedLinear.cs (3)
129
private protected readonly
AveragedLinearOptions
AveragedLinearTrainerOptions;
151
private readonly
AveragedLinearOptions
_args;
306
private protected AveragedLinearTrainer(
AveragedLinearOptions
options, IHostEnvironment env, string name, SchemaShape.Column label)
Standard\Online\AveragedPerceptron.cs (1)
15
using static Microsoft.ML.Trainers.
AveragedLinearOptions
;
StandardTrainersCatalog.cs (1)
493
float l2Regularization =
AveragedLinearOptions
.AveragedDefault.L2Regularization,