Vowpal Wabbit
|
Classes | |
struct | cb_class |
struct | label |
Functions | |
bool | ec_is_example_header (example const &ec) |
std::pair< bool, cb_class > | get_observed_cost_cb (const label &ld) |
void | print_update (VW::workspace &all, bool is_test, const example &ec, const multi_ex *ec_seq, bool action_scores, const CB::cb_class *known_cost) |
template<typename LabelT > | |
void | default_label_additional_fields (LabelT &ld) |
template<typename LabelT = CB::label> | |
void | default_label (LabelT &ld) |
template<typename LabelElmT = cb_class> | |
float | get_probability (const LabelElmT &elm) |
template<> | |
float | get_probability (const VW::cb_continuous::continuous_label_elm &elm) |
template<typename LabelT = CB::label, typename LabelElmT = cb_class> | |
bool | is_test_label (const LabelT &ld) |
Variables | |
label_parser | cb_label |
void CB::default_label | ( | LabelT & | ld | ) |
void CB::default_label_additional_fields | ( | LabelT & | ld | ) |
bool CB::ec_is_example_header | ( | example const & | ec | ) |
float CB::get_probability | ( | const LabelElmT & | elm | ) |
|
inline |
bool CB::is_test_label | ( | const LabelT & | ld | ) |
void CB::print_update | ( | VW::workspace & | all, |
bool | is_test, | ||
const example & | ec, | ||
const multi_ex * | ec_seq, | ||
bool | action_scores, | ||
const CB::cb_class * | known_cost | ||
) |
label_parser CB::cb_label |