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-01-21 19:47:03 +0400
committerJohn Langford <jl@hunch.net>2013-01-21 19:47:03 +0400
commitf8d453e6eec1067e411271f2c208f001ec32237e (patch)
tree757ff6bfe1d1b928d3c035c6e794a6577d47b047 /vowpalwabbit/cb.h
parent85a5725045ca861feae61ab65b7a4593f6f81615 (diff)
first compiling version
Diffstat (limited to 'vowpalwabbit/cb.h')
-rw-r--r--vowpalwabbit/cb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/cb.h b/vowpalwabbit/cb.h
index c2e40098..e185eeba 100644
--- a/vowpalwabbit/cb.h
+++ b/vowpalwabbit/cb.h
@@ -34,7 +34,6 @@ namespace CB {
void parse_flags(vw& all, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
- void output_example(vw& all, example* ec);
size_t read_cached_label(shared_data* sd, void* v, io_buf& cache);
void cache_label(void* v, io_buf& cache);
void default_label(void* v);