Vowpal Wabbit
|
Public Member Functions | |
~active_cover () | |
Public Attributes | |
float | active_c0 |
float | alpha |
float | beta_scale |
bool | oracular |
size_t | cover_size |
float * | lambda_n |
float * | lambda_d |
vw * | all |
std::shared_ptr< rand_state > | _random_state |
LEARNER::base_learner * | l |
Definition at line 20 of file active_cover.cc.
|
inline |
Definition at line 36 of file active_cover.cc.
std::shared_ptr<rand_state> active_cover::_random_state |
Definition at line 33 of file active_cover.cc.
Referenced by query_decision().
float active_cover::active_c0 |
Definition at line 23 of file active_cover.cc.
Referenced by predict_or_learn_active_cover().
vw* active_cover::all |
Definition at line 32 of file active_cover.cc.
Referenced by predict_or_learn_active_cover(), and query_decision().
float active_cover::alpha |
Definition at line 24 of file active_cover.cc.
Referenced by predict_or_learn_active_cover().
float active_cover::beta_scale |
Definition at line 25 of file active_cover.cc.
Referenced by predict_or_learn_active_cover().
size_t active_cover::cover_size |
Definition at line 27 of file active_cover.cc.
Referenced by predict_or_learn_active_cover(), and query_decision().
LEARNER::base_learner* active_cover::l |
Definition at line 34 of file active_cover.cc.
float* active_cover::lambda_d |
Definition at line 30 of file active_cover.cc.
Referenced by predict_or_learn_active_cover(), and query_decision().
float* active_cover::lambda_n |
Definition at line 29 of file active_cover.cc.
Referenced by predict_or_learn_active_cover(), and query_decision().
bool active_cover::oracular |
Definition at line 26 of file active_cover.cc.
Referenced by query_decision().