Click or drag to resize
Accord.NET (logo)

AdaBoostTModelTolerance Property

Gets or sets the relative tolerance used to detect convergence of the learning algorithm.

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Tolerance { get; set; }
Request Example View Source

Property Value

Type: Double
See Also