#include <LinearSplitsTree.hh>
Public Attributes | |
float | avgError |
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
Definition at line 40 of file LinearSplitsTree.hh.
Definition at line 46 of file LinearSplitsTree.hh.
std::vector<float> LinearSplitsTree::tree_node::coefficients |
Definition at line 52 of file LinearSplitsTree.hh.
Definition at line 51 of file LinearSplitsTree.hh.
Definition at line 44 of file LinearSplitsTree.hh.
Definition at line 41 of file LinearSplitsTree.hh.
Definition at line 55 of file LinearSplitsTree.hh.
Definition at line 48 of file LinearSplitsTree.hh.
Definition at line 59 of file LinearSplitsTree.hh.
Definition at line 56 of file LinearSplitsTree.hh.
Definition at line 45 of file LinearSplitsTree.hh.