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-12-01 19:49:48 +0400
committerHal Daume III <me@hal3.name>2012-12-01 19:49:48 +0400
commitf2e43a4b7d3243e3af69292829ad00ea481cb723 (patch)
tree756c717f0fabc5e3e010de65fda2eee61df590f0 /vowpalwabbit/vw.h
parent9698bbde10bf60972768fcb2c2e17f9d4bd3d710 (diff)
fixed reentrants, removed importance from csoaa, added add_constant function for library
Diffstat (limited to 'vowpalwabbit/vw.h')
-rw-r--r--vowpalwabbit/vw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vowpalwabbit/vw.h b/vowpalwabbit/vw.h
index 8b661ceb..b3d5731a 100644
--- a/vowpalwabbit/vw.h
+++ b/vowpalwabbit/vw.h
@@ -72,8 +72,7 @@ namespace VW {
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();
+ void add_constant_feature(vw& all, example*ec);
//notify VW that you are done with the example.
void finish_example(vw& all, example* ec);