Vowpal Wabbit
|
#include <action_score.h>
Public Attributes | |
uint32_t | action |
float | score |
Definition at line 4 of file action_score.h.
uint32_t ACTION_SCORE::action_score::action |
Definition at line 6 of file action_score.h.
Referenced by CSOAA::do_actual_learning(), CB_ALGS::get_cost_estimate(), CB_ADF::cb_adf::learn_SM(), ACTION_SCORE::score_comp(), and VW::cb_explore_adf::sort_action_probs().
float ACTION_SCORE::action_score::score |
Definition at line 7 of file action_score.h.
Referenced by CSOAA::do_actual_learning(), CB_ALGS::get_cost_estimate(), CB_ADF::cb_adf::learn_SM(), ACTION_SCORE::score_iterator::operator*(), ACTION_SCORE::score_comp(), and VW::cb_explore_adf::sort_action_probs().