Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Daume III <me@hal3.name>2014-01-09 17:45:34 +0400
committerHal Daume III <me@hal3.name>2014-01-09 17:45:34 +0400
commit90b37b4996ce88e4f41a5353f9ffc284387b14de (patch)
tree588da572019224cdbe83bfbb615006d812f6bc3c /vowpalwabbit/cb.h
parent05dcce8b1f673c0a083fd75a36016c51a945af4d (diff)
parentd73d8f6aef1c02dd05554f91ca57e1d304336130 (diff)
pulled john's changes, tests are ok, but some other things broke :( -- namely due to offsetting
Diffstat (limited to 'vowpalwabbit/cb.h')
-rw-r--r--vowpalwabbit/cb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/cb.h b/vowpalwabbit/cb.h
index eeba61ef..401343c4 100644
--- a/vowpalwabbit/cb.h
+++ b/vowpalwabbit/cb.h
@@ -33,7 +33,7 @@ namespace CB {
v_array<cb_class> costs;
};
- learner* setup(vw& all, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
+ LEARNER::learner* setup(vw& all, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
size_t read_cached_label(shared_data* sd, void* v, io_buf& cache);
void cache_label(void* v, io_buf& cache);