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/scorer.h')
-rw-r--r--vowpalwabbit/scorer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/scorer.h b/vowpalwabbit/scorer.h
index 18c0bef5..328b0ad7 100644
--- a/vowpalwabbit/scorer.h
+++ b/vowpalwabbit/scorer.h
@@ -2,6 +2,6 @@
#define SCORER_H
namespace Scorer {
- LEARNER::learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
+ LEARNER::learner* setup(vw& all, po::variables_map& vm);
}
#endif