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>2014-05-25 00:56:42 +0400
committerHal Daume III <me@hal3.name>2014-05-25 00:56:42 +0400
commit99f9974e4002e0aaef22741f656e5bc9baf9dc40 (patch)
tree2e26b0c90c94b852c229653ca302f10cd3716b67 /vowpalwabbit/scorer.cc
parent7703b4bf0cece9bdccc662e8680725d333d408c3 (diff)
merged john's changes
Diffstat (limited to 'vowpalwabbit/scorer.cc')
-rw-r--r--vowpalwabbit/scorer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/scorer.cc b/vowpalwabbit/scorer.cc
index 7d3fcfab..bdef00f3 100644
--- a/vowpalwabbit/scorer.cc
+++ b/vowpalwabbit/scorer.cc
@@ -19,7 +19,7 @@ namespace Scorer {
base.predict(ec);
}
- learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file)
+ learner* setup(vw& all, po::variables_map& vm)
{
scorer* s = (scorer*)calloc_or_die(1, sizeof(scorer));
s->all = &all;