Emgu CV Library Documentation
regressionAccuracy Field
NamespacesEmgu.CV.ML.StructureMCvBoostParamsregressionAccuracy

www.emgu.com/wiki
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.
Declaration Syntax
C#Visual BasicVisual C++
public float regressionAccuracy
Public regressionAccuracy As Single
public:
float regressionAccuracy

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)