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 17:58:26 +0400
committerJohn Langford <jl@hunch.net>2013-03-20 17:58:26 +0400
commitd47af73d45437d26374ec2eba96496d0cec44bd4 (patch)
treed70485be1895e0ea4130226b9f25cabc1f97d167 /vowpalwabbit/wap.h
parent5d8a15985ecac279e8b08e49cc3e9af5b2af3a68 (diff)
make learner initialization functional
Diffstat (limited to 'vowpalwabbit/wap.h')
-rw-r--r--vowpalwabbit/wap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/wap.h b/vowpalwabbit/wap.h
index 404ef876..94f8f37a 100644
--- a/vowpalwabbit/wap.h
+++ b/vowpalwabbit/wap.h
@@ -10,7 +10,7 @@ license as described in the file LICENSE.
#include "parse_args.h"
namespace WAP {
- void setup(vw&, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
+ learner setup(vw&, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
}
#endif