Vowpal Wabbit
|
#include <cstdint>
#include <vector>
#include "label_parser.h"
#include "v_array.h"
#include "action_score.h"
#include "ccb_reduction_features.h"
Classes | |
struct | CCB::conditional_contextual_bandit_outcome |
struct | CCB::label |
Namespaces | |
CCB | |
Functions | |
void | CCB::default_label (CCB::label &ld) |
void | CCB::parse_label (parser *p, shared_data *, CCB::label &ld, std::vector< VW::string_view > &words,::reduction_features &) |
void | CCB::cache_label (CCB::label &ld, io_buf &cache) |
size_t | CCB::read_cached_label (shared_data *, CCB::label &ld, io_buf &cache) |
Variables | |
label_parser | CCB::ccb_label_parser |