Click or drag to resize
Accord.NET (logo)

BaseProbabilisticCoordinateDescentTModel, TKernel, TInputTolerance Property

Convergence tolerance. Default value is 0.01.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Tolerance { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
The criterion for completing the model training process. The default is 0.01.
See Also