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-11-19 00:53:25 +0400
committerHal Daume III <me@hal3.name>2012-11-19 00:53:25 +0400
commit442a943a6018371ba667dbf3ec6ef8e360937213 (patch)
tree55fdd1b17d6b6e60e3c4270c8b4ed0cc09a0ef2f /vowpalwabbit/vw.h
parent398f562bc03912aa3cdfc261042f458152caa13a (diff)
parentd167c2bc46a56a26c4a3839366be76186a07ed1c (diff)
minor searn tweaks
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 6d945d1b..bb635a1b 100644
--- a/vowpalwabbit/vw.h
+++ b/vowpalwabbit/vw.h
@@ -68,6 +68,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);