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>2013-03-20 17:58:26 +0400
committerJohn Langford <jl@hunch.net>2013-03-20 17:58:26 +0400
commitd47af73d45437d26374ec2eba96496d0cec44bd4 (patch)
treed70485be1895e0ea4130226b9f25cabc1f97d167 /vowpalwabbit/lda_core.h
parent5d8a15985ecac279e8b08e49cc3e9af5b2af3a68 (diff)
make learner initialization functional
Diffstat (limited to 'vowpalwabbit/lda_core.h')
-rw-r--r--vowpalwabbit/lda_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/lda_core.h b/vowpalwabbit/lda_core.h
index df502513..241c59cd 100644
--- a/vowpalwabbit/lda_core.h
+++ b/vowpalwabbit/lda_core.h
@@ -7,7 +7,7 @@ license as described in the file LICENSE.
#define LDA_CORE_H
namespace LDA{
- void setup(vw&, std::vector<std::string>&, po::variables_map&);
+ learner setup(vw&, std::vector<std::string>&, po::variables_map&);
}
#endif