The MCvDTreeSplit..::..MOrder type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
c
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
split_point
Used internally by the training algorithm

See Also