Split Fields |
The DTreesSplit type exposes the following members.
Name | Description | |
---|---|---|
C |
The threshold value in case of split on an ordered variable.
| |
Inversed |
If not 0, then the inverse split rule is used (i.e. left and right
branches are exchanged in the rule expressions below).
| |
Next |
Index of the next split in the list of splits for the node
| |
Quality |
The split quality, a positive number. It is used to choose the best split.
| |
SubsetOfs |
Offset of the bitset used by the split on a categorical variable.
| |
VarIdx |
Index of variable on which the split is created.
|