Vowpal Wabbit
|
Namespaces | |
bag | |
cover | |
first | |
greedy | |
regcb | |
softmax | |
Classes | |
struct | cb_explore_adf_base |
Functions | |
void | sort_action_probs (v_array< ACTION_SCORE::action_score > &probs, const std::vector< float > &scores) |
size_t | fill_tied (v_array< ACTION_SCORE::action_score > &preds) |
|
inline |
Definition at line 48 of file cb_explore_adf_common.h.
References v_array< T >::size().
Referenced by VW::cb_explore_adf::greedy::cb_explore_adf_greedy::predict_or_learn_impl(), VW::cb_explore_adf::bag::cb_explore_adf_bag::predict_or_learn_impl(), and VW::cb_explore_adf::cover::cb_explore_adf_cover::predict_or_learn_impl().
|
inline |
Definition at line 29 of file cb_explore_adf_common.h.
References ACTION_SCORE::action_score::action, v_array< T >::begin(), v_array< T >::end(), and ACTION_SCORE::action_score::score.
Referenced by VW::cb_explore_adf::bag::cb_explore_adf_bag::predict_or_learn_impl(), and VW::cb_explore_adf::cover::cb_explore_adf_cover::predict_or_learn_impl().