Emgu CV Library Documentation
c Field
NamespacesEmgu.CV.ML.StructureMCvDTreeSplit..::.MOrderc

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

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