|
StepwiseLogisticRegressionAnalysisTolerance Property
|
Gets or sets the difference between two iterations of the regression
algorithm when the algorithm should stop. The difference is calculated
based on the largest absolute parameter change of the regression. Default
is 1e-5.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Tolerance { get; set; }
Public Property Tolerance As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also