Megosztás a következőn keresztül:


SymbolicSgdLogisticRegressionBinaryTrainer.Options.UpdateFrequency Field

Definition

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) 

Field Value

Applies to