Vowpal Wabbit
Namespaces | Functions | Variables
cb.cc File Reference
#include <cfloat>
#include "example.h"
#include "parse_primitives.h"
#include "vw.h"
#include "vw_exception.h"

Go to the source code of this file.

Namespaces

 CB
 
 CB_EVAL
 

Functions

char * CB::bufread_label (CB::label *ld, char *c, io_buf &cache)
 
size_t CB::read_cached_label (shared_data *, void *v, io_buf &cache)
 
float CB::weight (void *v)
 
char * CB::bufcache_label (CB::label *ld, char *c)
 
void CB::cache_label (void *v, io_buf &cache)
 
void CB::default_label (void *v)
 
bool CB::test_label (void *v)
 
void CB::delete_label (void *v)
 
void CB::copy_label (void *dst, void *src)
 
void CB::parse_label (parser *p, shared_data *, void *v, v_array< substring > &words)
 
bool CB::ec_is_example_header (example const &ec)
 
void CB::print_update (vw &all, bool is_test, example &ec, multi_ex *ec_seq, bool action_scores)
 
float CB_EVAL::weight (void *v)
 
size_t CB_EVAL::read_cached_label (shared_data *sd, void *v, io_buf &cache)
 
void CB_EVAL::cache_label (void *v, io_buf &cache)
 
void CB_EVAL::default_label (void *v)
 
bool CB_EVAL::test_label (void *v)
 
void CB_EVAL::delete_label (void *v)
 
void CB_EVAL::copy_label (void *dst, void *src)
 
void CB_EVAL::parse_label (parser *p, shared_data *sd, void *v, v_array< substring > &words)
 

Variables

label_parser CB::cb_label
 
label_parser CB_EVAL::cb_eval