|
template<bool is_learn> |
float | get_cost_pred (VW::LEARNER::learner *scorer, const VW::cb_class &known_cost, VW::example &ec, uint32_t index, uint32_t base) |
|
float | get_cost_estimate (const VW::cb_class &observation, uint32_t action, float offset=0.) |
|
float | get_cost_estimate (const VW::cb_class &observation, const VW::cs_label &scores, uint32_t action) |
|
float | get_cost_estimate (const VW::cb_label &ld, uint32_t action) |
|
float | get_cost_estimate (const VW::action_score &a_s, float cost, uint32_t action, float offset=0.) |
|
bool | example_is_newline_not_header (VW::example const &ec) |
|