Vowpal Wabbit
|
#include <cstdint>
#include <vector>
#include "label_parser.h"
#include "v_array.h"
#include "action_score.h"
Go to the source code of this file.
Classes | |
struct | CCB::conditional_contextual_bandit_outcome |
struct | CCB::label |
Namespaces | |
CCB | |
Enumerations | |
enum | CCB::example_type : uint8_t { CCB::unset = 0, CCB::shared = 1, CCB::action = 2, CCB::slot = 3 } |