Vowpal Wabbit
|
Public Member Functions | |
~bs () | |
Public Attributes | |
uint32_t | B |
size_t | bs_type |
float | lb |
float | ub |
std::vector< double > * | pred_vec |
vw * | all |
std::shared_ptr< rand_state > | _random_state |
std::shared_ptr<rand_state> bs::_random_state |
Definition at line 31 of file bs.cc.
Referenced by predict_or_learn().
vw* bs::all |
Definition at line 30 of file bs.cc.
Referenced by predict_or_learn().
uint32_t bs::B |
Definition at line 25 of file bs.cc.
Referenced by predict_or_learn().
size_t bs::bs_type |
Definition at line 26 of file bs.cc.
Referenced by predict_or_learn().
float bs::lb |
Definition at line 27 of file bs.cc.
Referenced by output_example().
std::vector<double>* bs::pred_vec |
Definition at line 29 of file bs.cc.
Referenced by output_example(), and predict_or_learn().
float bs::ub |
Definition at line 28 of file bs.cc.
Referenced by output_example().