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 |
VW::LEARNER::single_learner * | base |
|
inline |
std::shared_ptr<rand_state> ExpReplay::expreplay< lp >::_random_state |
vw* ExpReplay::expreplay< lp >::all |
VW::LEARNER::single_learner* ExpReplay::expreplay< lp >::base |
example* ExpReplay::expreplay< lp >::buf |
bool* ExpReplay::expreplay< lp >::filled |
size_t ExpReplay::expreplay< lp >::N |
size_t ExpReplay::expreplay< lp >::replay_count |