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:
Diffstat (limited to 'vowpalwabbit/lda_core.h')
-rw-r--r--vowpalwabbit/lda_core.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vowpalwabbit/lda_core.h b/vowpalwabbit/lda_core.h
index 2a065783..e734fcad 100644
--- a/vowpalwabbit/lda_core.h
+++ b/vowpalwabbit/lda_core.h
@@ -4,6 +4,4 @@ individual contributors. All rights reserved. Released under a BSD
license as described in the file LICENSE.
*/
#pragma once
-namespace LDA{
- LEARNER::base_learner* setup(vw&, po::variables_map&);
-}
+namespace LDA{ LEARNER::base_learner* setup(vw&); }