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@hunch.net>2013-03-20 01:54:03 +0400
committerJohn Langford <jl@hunch.net>2013-03-20 01:54:03 +0400
commit51b200e6a86052a12241188a4c7ba334991f6674 (patch)
tree9716fe0c7a423eea3678c0c84d3b62d775d3d104 /vowpalwabbit/cb.h
parent283e5d8c35cda9b1fda783528def3ea2a021b729 (diff)
uniform constructor naming convention for reductions and learning algorithms
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 e185eeba..6ed4ea2e 100644
--- a/vowpalwabbit/cb.h
+++ b/vowpalwabbit/cb.h
@@ -32,7 +32,7 @@ namespace CB {
v_array<cb_class> costs;
};
- void parse_flags(vw& all, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
+ void 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);