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:
authorJohn Langford <jl@nyclamp.(none)>2013-11-01 23:22:23 +0400
committerJohn Langford <jl@nyclamp.(none)>2013-11-01 23:22:23 +0400
commit4997674c7a45c1fd5864d37e9430cafad2934954 (patch)
tree3d5f1694502a08833f01d3ead4b44c6886efda5c /vowpalwabbit/cb.h
parent72911d8b82f70c54e5e3ad862a79da17e54d9b7c (diff)
reductions now nonuniform
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 e2f60382..62870016 100644
--- a/vowpalwabbit/cb.h
+++ b/vowpalwabbit/cb.h
@@ -32,7 +32,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* 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);