CvDTreeParamsRegressionAccuracy Property OpenCvSharp Class Library
Another stop criteria - only for regression trees. As soon as the estimated node value differs from the node training samples responses by less than the parameter value, the node is not split further.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public float RegressionAccuracy { get; set; }

Property Value

Type: Single
See Also

Reference