|
BaseLinearNewtonMethodTModel, TKernel, TInputTolerance Property
|
Convergence tolerance. Default value is 0.1.
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.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.1.
See Also