Vowpal Wabbit
|
#include <cstdint>
#include <vector>
#include <string>
#include "reductions_fwd.h"
#include "action_score.h"
#include "example_predict.h"
Namespaces | |
CCB | |
Functions | |
void | CCB::calculate_and_insert_interactions (example *shared, const std::vector< example * > &actions, std::vector< std::vector< namespace_index >> &generated_interactions) |
VW::LEARNER::base_learner * | CCB::ccb_explore_adf_setup (VW::config::options_i &options, vw &all) |
bool | CCB::ec_is_example_header (example const &ec) |
std::string | CCB::generate_ccb_label_printout (const std::vector< example * > &slots) |