Vowpal Wabbit
|
Public Attributes | |
int | N |
float | gamma |
std::string | alg |
vw * | all |
std::shared_ptr< rand_state > | _random_state |
std::vector< std::vector< int64_t > > | C |
std::vector< float > | alpha |
std::vector< float > | v |
int | t |
Definition at line 60 of file boosting.cc.
std::shared_ptr<rand_state> boosting::_random_state |
Definition at line 66 of file boosting.cc.
Referenced by predict_or_learn_adaptive().
std::string boosting::alg |
Definition at line 64 of file boosting.cc.
vw* boosting::all |
Definition at line 65 of file boosting.cc.
Referenced by save_load(), and save_load_sampling().
std::vector<float> boosting::alpha |
Definition at line 68 of file boosting.cc.
Referenced by predict_or_learn_adaptive(), predict_or_learn_logistic(), save_load(), and save_load_sampling().
std::vector<std::vector<int64_t> > boosting::C |
Definition at line 67 of file boosting.cc.
Referenced by predict_or_learn().
float boosting::gamma |
Definition at line 63 of file boosting.cc.
Referenced by predict_or_learn().
int boosting::N |
Definition at line 62 of file boosting.cc.
Referenced by predict_or_learn(), predict_or_learn_adaptive(), predict_or_learn_logistic(), save_load(), and save_load_sampling().
int boosting::t |
Definition at line 70 of file boosting.cc.
Referenced by predict_or_learn(), predict_or_learn_adaptive(), and predict_or_learn_logistic().
std::vector<float> boosting::v |
Definition at line 69 of file boosting.cc.
Referenced by predict_or_learn_adaptive(), and save_load_sampling().