#include <include/EST_Wagon.h>
Public Member Functions | |
WNode () | |
~WNode () | |
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 225 of file EST_Wagon.h.
|
inline |
Definition at line 236 of file EST_Wagon.h.
|
inline |
Definition at line 237 of file EST_Wagon.h.
|
inline |
Definition at line 239 of file EST_Wagon.h.
Definition at line 240 of file EST_Wagon.h.
|
inline |
Definition at line 241 of file EST_Wagon.h.
|
inline |
Definition at line 242 of file EST_Wagon.h.
void WNode::prune | ( | void | ) |
Definition at line 83 of file wagon_aux.cc.
void WNode::held_out_prune | ( | void | ) |
Definition at line 107 of file wagon_aux.cc.
|
inline |
Definition at line 245 of file EST_Wagon.h.
|
inline |
Definition at line 246 of file EST_Wagon.h.
Definition at line 51 of file wagon_aux.cc.
Definition at line 61 of file wagon_aux.cc.
|
inline |
Definition at line 249 of file EST_Wagon.h.
|
friend |
Definition at line 153 of file wagon_aux.cc.