5 references to UpdateFrequency
Microsoft.ML.Mkl.Components (5)
SymSgdClassificationTrainer.cs (5)
156
ectx.CheckUserArg(
UpdateFrequency
== null ||
UpdateFrequency
> 0, nameof(
UpdateFrequency
), "Must be positive");
728
bool tuneNumLocIter = (_options.
UpdateFrequency
== null);
729
var numLocIter = _options.
UpdateFrequency
?? 1;