Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
ExpReplay::expreplay< lp > Struct Template Reference

#include <expreplay.h>

Public Member Functions

 ~expreplay ()
 

Public Attributes

VW::workspaceall = nullptr
 
std::shared_ptr< VW::rand_state_random_state
 
size_t N = 0
 
examplebuf = nullptr
 
bool * filled = nullptr
 
size_t replay_count = 0
 
VW::LEARNER::single_learnerbase = nullptr
 

Constructor & Destructor Documentation

◆ ~expreplay()

template<label_parser & lp>
ExpReplay::expreplay< lp >::~expreplay ( )
inline

Member Data Documentation

◆ _random_state

template<label_parser & lp>
std::shared_ptr<VW::rand_state> ExpReplay::expreplay< lp >::_random_state

◆ all

template<label_parser & lp>
VW::workspace* ExpReplay::expreplay< lp >::all = nullptr

◆ base

template<label_parser & lp>
VW::LEARNER::single_learner* ExpReplay::expreplay< lp >::base = nullptr

◆ buf

template<label_parser & lp>
example* ExpReplay::expreplay< lp >::buf = nullptr

◆ filled

template<label_parser & lp>
bool* ExpReplay::expreplay< lp >::filled = nullptr

◆ N

template<label_parser & lp>
size_t ExpReplay::expreplay< lp >::N = 0

◆ replay_count

template<label_parser & lp>
size_t ExpReplay::expreplay< lp >::replay_count = 0

The documentation for this struct was generated from the following file: