Click or drag to resize
MOrder Fields
http://www.emgu.com

The MCvDTreeSplitMOrder type exposes the following members.

Fields
  NameDescription
Public fieldc
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
Public fieldsplit_point
Used internally by the training algorithm
Top
See Also