|
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; }
Public Property Tolerance As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleRemarks
The criterion for completing the model training process. The default is 0.001.
See Also