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