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>2012-07-11 01:01:06 +0400
committerHal Daume III <me@hal3.name>2012-07-11 01:01:06 +0400
commit81fc39218741d854089084cf15f2621c34032962 (patch)
tree74036dd3121378c3ca7fa50ab1778caf92443e96 /vowpalwabbit/vw.h
parent058bee642316556c79eaafec0490a0e3f6483de0 (diff)
ring_size arg
Diffstat (limited to 'vowpalwabbit/vw.h')
-rw-r--r--vowpalwabbit/vw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vowpalwabbit/vw.h b/vowpalwabbit/vw.h
index 08d63b1e..40c80f8f 100644
--- a/vowpalwabbit/vw.h
+++ b/vowpalwabbit/vw.h
@@ -64,6 +64,9 @@ namespace VW {
//after you create and fill feature_spaces, get an example with everything filled in.
example* import_example(vw& all, vector< feature_space > ec_info);
void parse_example_label(vw&all, example&ec, string label);
+ example* new_unused_example(vw& all);
+ size_t get_constant_namespace();
+ int get_constant();
//notify VW that you are done with the example.
void finish_example(vw& all, example* ec);