Vowpal Wabbit
|
Public Attributes | |
vw * | all |
bool | lrindices [256] |
size_t | orig_size [256] |
std::set< std::string > | lrpairs |
bool | dropout |
uint64_t | seed |
uint64_t | initial_seed |
vw* LRQstate::all |
Definition at line 13 of file lrq.cc.
Referenced by predict_or_learn(), and reset_seed().
bool LRQstate::dropout |
Definition at line 17 of file lrq.cc.
Referenced by predict_or_learn().
uint64_t LRQstate::initial_seed |
Definition at line 19 of file lrq.cc.
Referenced by reset_seed().
bool LRQstate::lrindices[256] |
Definition at line 14 of file lrq.cc.
Referenced by predict_or_learn().
std::set<std::string> LRQstate::lrpairs |
Definition at line 16 of file lrq.cc.
Referenced by predict_or_learn().
size_t LRQstate::orig_size[256] |
Definition at line 15 of file lrq.cc.
Referenced by predict_or_learn().
uint64_t LRQstate::seed |
Definition at line 18 of file lrq.cc.
Referenced by predict_or_learn(), and reset_seed().