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)>2014-01-08 19:15:57 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-01-08 19:15:57 +0400
commit7d1cebb2b1480c2fa63e60214f033452c4b2da7c (patch)
treec485d8316591ddc4cec138d12e12d9e4736f1a3a /vowpalwabbit/cb.h
parentcce351ad81aaa485f1d4e85f572d448b5f4a2631 (diff)
void* removal in process
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 4fcb34e2..8ed8ec4c 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::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);