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>2012-11-22 22:19:51 +0400
committerJohn Langford <jl@hunch.net>2012-11-22 22:19:51 +0400
commit68477af4407b27ec8d7a5461eb6a2debd35d91e3 (patch)
tree0751b8d61bb54dc955ae03210963d14355bd8925 /vowpalwabbit/vw.h
parent9fd6448742764ab2543d0535f3464b648a1ff639 (diff)
finished changing library interface to use primitive types
Diffstat (limited to 'vowpalwabbit/vw.h')
-rw-r--r--vowpalwabbit/vw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/vw.h b/vowpalwabbit/vw.h
index 6de505b4..5e16490e 100644
--- a/vowpalwabbit/vw.h
+++ b/vowpalwabbit/vw.h
@@ -67,7 +67,7 @@ namespace VW {
}
//after you create and fill feature_spaces, get an example with everything filled in.
- example* import_example(vw& all, feature_space* ec_info, size_t len);
+ example* import_example(vw& all, feature_space* features, size_t len);
void parse_example_label(vw&all, example&ec, string label);
//notify VW that you are done with the example.