|
Vowpal Wabbit
|
#include <learner.h>
Public Types | |
| using | fn = void(*)(void *, io_buf &, bool read, bool text) |
Public Attributes | |
| void * | data |
| base_learner * | base |
| fn | save_load_f |
| using LEARNER::save_load_data::fn = void (*)(void*, io_buf&, bool read, bool text) |
| base_learner* LEARNER::save_load_data::base |
Definition at line 85 of file learner.h.
Referenced by LEARNER::learner< CB_EXPLORE::cb_explore, example >::save_load(), and LEARNER::learner< CB_EXPLORE::cb_explore, example >::set_save_load().
| void* LEARNER::save_load_data::data |
Definition at line 84 of file learner.h.
Referenced by LEARNER::learner< CB_EXPLORE::cb_explore, example >::save_load(), and LEARNER::learner< CB_EXPLORE::cb_explore, example >::set_save_load().
| fn LEARNER::save_load_data::save_load_f |
Definition at line 86 of file learner.h.
Referenced by LEARNER::learner< CB_EXPLORE::cb_explore, example >::save_load(), and LEARNER::learner< CB_EXPLORE::cb_explore, example >::set_save_load().
1.8.13