Vowpal Wabbit
Classes | Namespaces | Typedefs | Functions
conditional_contextual_bandit.h File Reference
#include <cstdint>
#include <vector>
#include <string>
#include "v_array.h"
#include "action_score.h"
#include "options.h"

Go to the source code of this file.

Classes

struct  LEARNER::learner< T, E >
 

Namespaces

 LEARNER
 
 CCB
 

Typedefs

using LEARNER::base_learner = learner< char, char >
 
typedef v_array< ACTION_SCORE::action_scoresCCB::decision_scores_t
 

Functions

void CCB::calculate_and_insert_interactions (example *shared, std::vector< example *> actions, std::vector< std::string > &generated_interactions)
 
base_learnerCCB::ccb_explore_adf_setup (options_i &options, vw &all)
 
bool CCB::ec_is_example_header (example const &ec)