1 write to AveragedLinearTrainerOptions
Microsoft.ML.StandardTrainers (1)
Standard\Online\AveragedLinear.cs (1)
319AveragedLinearTrainerOptions = options;
4 references to AveragedLinearTrainerOptions
Microsoft.ML.StandardTrainers (4)
Standard\Online\AveragedLinear.cs (4)
159Averaged = parent.AveragedLinearTrainerOptions.Averaged; 162if (parent.AveragedLinearTrainerOptions.AveragedTolerance > 0) 172_resetWeightsAfterXExamples = parent.AveragedLinearTrainerOptions.ResetWeightsAfterXExamples ?? 0; 173_args = parent.AveragedLinearTrainerOptions;