|
Vowpal Wabbit
|
#include <gen_cs_example.h>
Public Attributes | |
| VW::cb_type_t | cb_type = VW::cb_type_t::dm |
| uint32_t | num_actions = 0 |
| COST_SENSITIVE::label | pred_scores |
| VW::LEARNER::single_learner * | scorer = nullptr |
| float | avg_loss_regressors = 0.f |
| size_t | nb_ex_regressors = 0 |
| float | last_pred_reg = 0.f |
| float | last_correct_cost = 0.f |
| CB::cb_class | known_cost |
| float GEN_CS::cb_to_cs::avg_loss_regressors = 0.f |
| VW::cb_type_t GEN_CS::cb_to_cs::cb_type = VW::cb_type_t::dm |
| CB::cb_class GEN_CS::cb_to_cs::known_cost |
| float GEN_CS::cb_to_cs::last_correct_cost = 0.f |
| float GEN_CS::cb_to_cs::last_pred_reg = 0.f |
| size_t GEN_CS::cb_to_cs::nb_ex_regressors = 0 |
| uint32_t GEN_CS::cb_to_cs::num_actions = 0 |
| COST_SENSITIVE::label GEN_CS::cb_to_cs::pred_scores |
| VW::LEARNER::single_learner* GEN_CS::cb_to_cs::scorer = nullptr |
1.8.13