#include <C45Tree.hh>
Public Attributes | |
int | dim |
int | id |
tree_node * | l |
bool | leaf |
int | nInstances |
std::map< float, int > | outputs |
tree_node * | r |
bool | type |
float | val |
Tree node struct. For decision nodes, it contains split information and pointers to child nodes. For leaf nodes, it contains all outputs that went into this leaf during trainiing.
Definition at line 59 of file C45Tree.hh.
Definition at line 63 of file C45Tree.hh.
Definition at line 60 of file C45Tree.hh.
Definition at line 72 of file C45Tree.hh.
Definition at line 75 of file C45Tree.hh.
Definition at line 69 of file C45Tree.hh.
std::map<float,int> C45Tree::tree_node::outputs |
Definition at line 68 of file C45Tree.hh.
Definition at line 73 of file C45Tree.hh.
Definition at line 65 of file C45Tree.hh.
float C45Tree::tree_node::val |
Definition at line 64 of file C45Tree.hh.