[This is preliminary documentation and is subject to change.]

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:  Emgu.CV.ML.Structure
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public float c
Public c As Single
public:
float c

See Also