Vowpal Wabbit
|
#include <gen_cs_example.h>
Public Attributes | |
size_t | cb_type |
uint32_t | num_actions |
COST_SENSITIVE::label | pred_scores |
LEARNER::single_learner * | scorer |
float | avg_loss_regressors |
size_t | nb_ex_regressors |
float | last_pred_reg |
float | last_correct_cost |
CB::cb_class * | known_cost |
Definition at line 16 of file gen_cs_example.h.
float GEN_CS::cb_to_cs::avg_loss_regressors |
Definition at line 22 of file gen_cs_example.h.
Referenced by GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_ips(), and GEN_CS::gen_cs_label().
size_t GEN_CS::cb_to_cs::cb_type |
Definition at line 18 of file gen_cs_example.h.
Referenced by cb_algs_setup(), and GEN_CS::gen_cs_example().
CB::cb_class* GEN_CS::cb_to_cs::known_cost |
Definition at line 27 of file gen_cs_example.h.
Referenced by GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_ips(), GEN_CS::gen_cs_label(), CB_ALGS::learn_eval(), CB_ALGS::output_example(), CB_EXPLORE::output_example(), CB_ALGS::predict_or_learn(), and CB_EXPLORE::predict_or_learn_cover().
float GEN_CS::cb_to_cs::last_correct_cost |
Definition at line 25 of file gen_cs_example.h.
Referenced by GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_ips(), and GEN_CS::gen_cs_label().
float GEN_CS::cb_to_cs::last_pred_reg |
Definition at line 24 of file gen_cs_example.h.
Referenced by GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_ips(), and GEN_CS::gen_cs_label().
size_t GEN_CS::cb_to_cs::nb_ex_regressors |
Definition at line 23 of file gen_cs_example.h.
Referenced by GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_ips(), and GEN_CS::gen_cs_label().
uint32_t GEN_CS::cb_to_cs::num_actions |
Definition at line 19 of file gen_cs_example.h.
Referenced by GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_dr(), GEN_CS::gen_cs_example_ips(), GEN_CS::gen_cs_label(), CB_EXPLORE::get_cover_probabilities(), CB_ALGS::predict_or_learn(), CB_EXPLORE::predict_or_learn_bag(), CB_EXPLORE::predict_or_learn_cover(), CB_EXPLORE::predict_or_learn_first(), and CB_EXPLORE::predict_or_learn_greedy().
COST_SENSITIVE::label GEN_CS::cb_to_cs::pred_scores |
Definition at line 20 of file gen_cs_example.h.
Referenced by GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_dr(), GEN_CS::gen_cs_label(), CB_ALGS::output_example(), CB_EXPLORE::output_example(), CB_ALGS::cb::~cb(), and CB_EXPLORE::cb_explore::~cb_explore().
LEARNER::single_learner* GEN_CS::cb_to_cs::scorer |
Definition at line 21 of file gen_cs_example.h.
Referenced by cb_algs_setup(), GEN_CS::gen_cs_example_dm(), and GEN_CS::gen_cs_label().