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-06-01 01:05:19 +0400
committerHal Daume III <me@hal3.name>2012-06-01 01:05:19 +0400
commit7c628222add4cb9395d2d33eb6a3001e8cb2271d (patch)
tree9c97ac16a397d4ace3b04ac4785ba961056c4e4c /vowpalwabbit/lda_core.h
parenta7151261249ec358e574d23fed13064a7281fd99 (diff)
minor changes to tests
Diffstat (limited to 'vowpalwabbit/lda_core.h')
-rw-r--r--vowpalwabbit/lda_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/lda_core.h b/vowpalwabbit/lda_core.h
index 98eb15fe..fc84da89 100644
--- a/vowpalwabbit/lda_core.h
+++ b/vowpalwabbit/lda_core.h
@@ -8,5 +8,6 @@ embodied in the content of this file are licensed under the BSD
#define LDA_CORE_H
void drive_lda(void*);
+void lda_parse_flags(vw&, std::vector<std::string>&, po::variables_map&);
#endif