Vowpal Wabbit
|
#include <expreplay.h>
Public Member Functions | |
~expreplay () | |
Public Attributes | |
vw * | all |
std::shared_ptr< rand_state > | _random_state |
size_t | N |
example * | buf |
bool * | filled |
size_t | replay_count |
LEARNER::single_learner * | base |
Definition at line 11 of file expreplay.h.
|
inline |
Definition at line 22 of file expreplay.h.
References VW::dealloc_example(), and ExpReplay::expreplay< lp >::N.
std::shared_ptr<rand_state> ExpReplay::expreplay< lp >::_random_state |
Definition at line 14 of file expreplay.h.
Referenced by ExpReplay::predict_or_learn().
vw* ExpReplay::expreplay< lp >::all |
Definition at line 13 of file expreplay.h.
Referenced by ExpReplay::expreplay_setup(), and ExpReplay::predict_or_learn().
LEARNER::single_learner* ExpReplay::expreplay< lp >::base |
Definition at line 20 of file expreplay.h.
Referenced by ExpReplay::end_pass().
example* ExpReplay::expreplay< lp >::buf |
Definition at line 16 of file expreplay.h.
Referenced by ExpReplay::end_pass(), and ExpReplay::predict_or_learn().
bool* ExpReplay::expreplay< lp >::filled |
Definition at line 17 of file expreplay.h.
Referenced by ExpReplay::end_pass(), and ExpReplay::predict_or_learn().
size_t ExpReplay::expreplay< lp >::N |
Definition at line 15 of file expreplay.h.
Referenced by ExpReplay::end_pass(), ExpReplay::predict_or_learn(), and ExpReplay::expreplay< lp >::~expreplay().
size_t ExpReplay::expreplay< lp >::replay_count |
Definition at line 18 of file expreplay.h.
Referenced by ExpReplay::predict_or_learn().