| MCvDTreeSplitMOrder Structure |
Namespace: Emgu.CV.ML.Structure
The MCvDTreeSplitMOrder type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
| 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
|