#include <M5Tree.hh>
Public Attributes | |
std::vector< float > | coefficients |
float | constant |
int | dim |
int | id |
tree_node * | l |
bool | leaf |
int | nInstances |
tree_node * | r |
float | val |
Tree node struct. For decision nodes, it contains split information and pointers to child nodes. For leaf nodes, the regression coefficients.
std::vector<float> M5Tree::tree_node::coefficients |
float M5Tree::tree_node::val |