CvDTreeSplitOrdC Property OpenCvSharp Class Library
The threshold value in case of split on an ordered variable. The rule is: if var_value < c then next_node<-left else next_node<-right

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

public float OrdC { get; }

Property Value

Type: Single
See Also

Reference