SymbolicSgdLogisticRegressionBinaryTrainer.Options.Tolerance Field

Definition

Tolerance for difference in average loss in consecutive passes. If the reduction on loss is smaller than the specified tolerance in one iteration, the training process will be terminated.

public float Tolerance;
val mutable Tolerance : single
Public Tolerance As Single 

Field Value

Applies to