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 01:54:03 +0400
committerJohn Langford <jl@hunch.net>2013-03-20 01:54:03 +0400
commit51b200e6a86052a12241188a4c7ba334991f6674 (patch)
tree9716fe0c7a423eea3678c0c84d3b62d775d3d104 /vowpalwabbit/lda_core.h
parent283e5d8c35cda9b1fda783528def3ea2a021b729 (diff)
uniform constructor naming convention for reductions and learning algorithms
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 df0ca613..df502513 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 parse_flags(vw&, std::vector<std::string>&, po::variables_map&);
+ void setup(vw&, std::vector<std::string>&, po::variables_map&);
}
#endif