| 
            
              BaseLinearRegressionNewtonMethodTModel, 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
Syntaxpublic double Tolerance { get; set; }Public Property Tolerance As Double
	Get
	Set
 Request Example
		View SourceProperty Value
Type: 
Double
Remarks
              The criterion for completing the model training process. The default is 0.01.
            
See Also