|
CNum 0.2.1
CPU-optimized ML library for C++
|
Holds data associated with the decision making process in a TreeBoosterNode. More...
#include <TreeDefs.h>
Public Attributes | |
| int | feature |
| double | threshold |
| double | best_gain |
| int | bin |
| SplitValuePair | values |
Holds data associated with the decision making process in a TreeBoosterNode.
| double CNum::Model::Tree::Split::best_gain |
| int CNum::Model::Tree::Split::bin |
| int CNum::Model::Tree::Split::feature |
| double CNum::Model::Tree::Split::threshold |
| SplitValuePair CNum::Model::Tree::Split::values |