Click or drag to resize
Accord.NET (logo)

BaseSequentialMinimalOptimizationRegressionTModel, TKernel, TInputTolerance Property

Convergence tolerance. Default value is 1e-3.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning.GPL (in Accord.MachineLearning.GPL.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.001.
See Also