Vowpal Wabbit
|
#include <cb.h>
Public Member Functions | |
bool | operator== (cb_class j) |
Public Attributes | |
float | cost |
uint32_t | action |
float | probability |
float | partial_prediction |
|
inline |
uint32_t CB::cb_class::action |
Definition at line 18 of file cb.h.
Referenced by accumu_costs_iv_adf(), CCB::attach_label_to_example(), EXPLORE_EVAL::do_actual_learning(), do_actual_learning_ldf(), LabelObjectState< audit >::Float(), GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_dr(), GEN_CS::gen_cs_example_ips(), GEN_CS::gen_cs_label(), CB_ALGS::get_cost_estimate(), CB_ALGS::get_cost_pred(), CB_ADF::get_observed_cost(), operator==(), CB_ALGS::output_example(), CB::parse_label(), CB_ALGS::predict_or_learn(), predict_or_learn(), predict_or_learn_adf(), and MultiState< audit >::StartArray().
float CB::cb_class::cost |
Definition at line 17 of file cb.h.
Referenced by accumu_costs_iv_adf(), CCB::attach_label_to_example(), do_actual_learning_ldf(), LabelObjectState< audit >::EndObject(), LabelObjectState< audit >::Float(), GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_dr(), GEN_CS::gen_cs_example_ips(), GEN_CS::gen_cs_label(), CB_ALGS::get_cost_estimate(), CB_ALGS::get_cost_pred(), GEN_CS::observed_cost(), MWT::observed_cost(), CB::parse_label(), predict_or_learn(), predict_or_learn_adf(), and MultiState< audit >::StartArray().
float CB::cb_class::partial_prediction |
Definition at line 21 of file cb.h.
Referenced by CB_ALGS::output_example(), CB::parse_label(), and MultiState< audit >::StartArray().
float CB::cb_class::probability |
Definition at line 19 of file cb.h.
Referenced by accumu_costs_iv_adf(), CCB::attach_label_to_example(), EXPLORE_EVAL::do_actual_learning(), do_actual_learning_ldf(), LabelObjectState< audit >::Float(), GEN_CS::gen_cs_example_dr(), GEN_CS::gen_cs_example_ips(), GEN_CS::gen_cs_label(), CB_ALGS::get_cost_estimate(), CB_ALGS::get_cost_pred(), CB_ADF::get_observed_cost(), GEN_CS::observed_cost(), MWT::observed_cost(), EXPLORE_EVAL::output_example(), VW::cb_explore_adf::cb_explore_adf_base< ExploreType >::output_example(), CB::parse_label(), predict_or_learn(), predict_or_learn_adf(), and MultiState< audit >::StartArray().