SymbolicSgdLogisticRegressionBinaryTrainer.Options.UpdateFrequency Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of iterations each thread learns a local model until combining it with the global model. Low value means more updated global model and high value means less cache traffic.
public int? UpdateFrequency;
val mutable UpdateFrequency : Nullable<int>
Public UpdateFrequency As Nullable(Of Integer)