The MCvDTreeSplit..::.MOrder type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| 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
|