Vowpal Wabbit
|
Public Member Functions | |
~cbify () | |
Public Attributes | |
CB::label | cb_label |
uint64_t | app_seed |
action_scores | a_s |
size_t | example_counter |
vw * | all |
bool | use_adf |
cbify_adf_data | adf_data |
float | loss0 |
float | loss1 |
std::vector< v_array< COST_SENSITIVE::wclass > > | cs_costs |
std::vector< v_array< CB::cb_class > > | cb_costs |
std::vector< ACTION_SCORE::action_scores > | cb_as |
|
inline |
Definition at line 42 of file cbify.cc.
References a, CB::cb_label, VW::dealloc_example(), label_parser::delete_label, CB::delete_label(), v_array< T >::delete_v(), cbify_adf_data::ecs, free_it(), and cbify_adf_data::num_actions.
action_scores cbify::a_s |
Definition at line 28 of file cbify.cc.
Referenced by predict_or_learn().
cbify_adf_data cbify::adf_data |
Definition at line 33 of file cbify.cc.
Referenced by copy_example_to_adf(), init_adf_data(), and predict_or_learn_adf().
vw* cbify::all |
Definition at line 31 of file cbify.cc.
Referenced by copy_example_to_adf(), and init_adf_data().
uint64_t cbify::app_seed |
Definition at line 27 of file cbify.cc.
Referenced by do_actual_learning_ldf(), predict_or_learn(), and predict_or_learn_adf().
std::vector<ACTION_SCORE::action_scores> cbify::cb_as |
Definition at line 40 of file cbify.cc.
Referenced by do_actual_learning_ldf().
std::vector<v_array<CB::cb_class> > cbify::cb_costs |
Definition at line 39 of file cbify.cc.
Referenced by do_actual_learning_ldf().
CB::label cbify::cb_label |
Definition at line 26 of file cbify.cc.
Referenced by do_actual_learning_ldf(), and predict_or_learn().
std::vector<v_array<COST_SENSITIVE::wclass> > cbify::cs_costs |
Definition at line 38 of file cbify.cc.
Referenced by do_actual_learning_ldf().
size_t cbify::example_counter |
Definition at line 30 of file cbify.cc.
Referenced by do_actual_learning_ldf(), predict_or_learn(), and predict_or_learn_adf().
float cbify::loss0 |
Definition at line 34 of file cbify.cc.
Referenced by loss(), loss_cs(), and loss_csldf().
float cbify::loss1 |
Definition at line 35 of file cbify.cc.
Referenced by loss(), loss_cs(), and loss_csldf().