Vowpal Wabbit
|
#include <learner.h>
Public Types | |
using | fn = void(*)(void *data) |
Public Attributes | |
void * | data |
base_learner * | base |
fn | func |
using LEARNER::func_data::fn = void (*)(void* data) |
base_learner* LEARNER::func_data::base |
void* LEARNER::func_data::data |
Definition at line 46 of file learner.h.
Referenced by LEARNER::learner< CB_EXPLORE::cb_explore, example >::end_examples(), LEARNER::learner< CB_EXPLORE::cb_explore, example >::end_pass(), LEARNER::learner< CB_EXPLORE::cb_explore, example >::finish(), LEARNER::learner< CB_EXPLORE::cb_explore, example >::init_driver(), and LEARNER::tuple_dbf().
fn LEARNER::func_data::func |
Definition at line 48 of file learner.h.
Referenced by LEARNER::learner< CB_EXPLORE::cb_explore, example >::end_examples(), LEARNER::learner< CB_EXPLORE::cb_explore, example >::end_pass(), LEARNER::learner< CB_EXPLORE::cb_explore, example >::finish(), LEARNER::learner< CB_EXPLORE::cb_explore, example >::init_driver(), and LEARNER::tuple_dbf().