Public Member Functions | |
WVectorVector & | get_data (void) |
void | set_subnodes (WNode *l, WNode *r) |
void | set_impurity (const WImpurity &imp) |
void | set_question (const WQuestion &q) |
void | prune (void) |
void | held_out_prune (void) |
WImpurity & | get_impurity (void) |
WQuestion & | get_question (void) |
EST_Val | predict (const WVector &w) |
WNode * | predict_node (const WVector &d) |
int | samples (void) const |
Friends | |
ostream & | operator<< (ostream &s, WNode &n) |
Definition at line 222 of file EST_Wagon.h.
|
inline |
Definition at line 233 of file EST_Wagon.h.
|
inline |
Definition at line 234 of file EST_Wagon.h.
|
inline |
Definition at line 236 of file EST_Wagon.h.
Definition at line 237 of file EST_Wagon.h.
|
inline |
Definition at line 238 of file EST_Wagon.h.
|
inline |
Definition at line 239 of file EST_Wagon.h.
void WNode::prune | ( | void | ) |
Definition at line 82 of file wagon_aux.cc.
void WNode::held_out_prune | ( | void | ) |
Definition at line 105 of file wagon_aux.cc.
|
inline |
Definition at line 242 of file EST_Wagon.h.
|
inline |
Definition at line 243 of file EST_Wagon.h.
Definition at line 50 of file wagon_aux.cc.
Definition at line 60 of file wagon_aux.cc.
|
inline |
Definition at line 246 of file EST_Wagon.h.
|
friend |
Definition at line 151 of file wagon_aux.cc.