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/topk.cc
parent7703b4bf0cece9bdccc662e8680725d333d408c3 (diff)
merged john's changes
Diffstat (limited to 'vowpalwabbit/topk.cc')
-rw-r--r--vowpalwabbit/topk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/topk.cc b/vowpalwabbit/topk.cc
index e0a50393..89432fa2 100644
--- a/vowpalwabbit/topk.cc
+++ b/vowpalwabbit/topk.cc
@@ -109,7 +109,7 @@ namespace TOPK {
VW::finish_example(all, &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)
{
topk* data = (topk*)calloc_or_die(1, sizeof(topk));