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:
authorStephane Ross <stephaneross@cmu.edu>2012-07-27 14:33:36 +0400
committerStephane Ross <stephaneross@cmu.edu>2012-07-27 14:33:36 +0400
commit36de65de70b13a4f7b0bc82bcabc2daf6b4659ab (patch)
tree2be795eef6637a055078a3591e2c73b258a3d262 /vowpalwabbit/wap.h
parent1a06be3e82f736b17d12889b13f78919e5ee5a58 (diff)
Reductions now update the number of weight vectors used so that we can properly compute policy/classifier offsets when composing reductions
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 021a5a4d..c7518b55 100644
--- a/vowpalwabbit/wap.h
+++ b/vowpalwabbit/wap.h
@@ -8,7 +8,7 @@
#include "parse_args.h"
namespace WAP {
- void parse_flags(vw&, std::vector<std::string>&, po::variables_map& vm, size_t s);
+ void parse_flags(vw&, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file, size_t s);
}
#endif