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@nyclamp.(none)>2013-11-01 23:22:23 +0400
committerJohn Langford <jl@nyclamp.(none)>2013-11-01 23:22:23 +0400
commit4997674c7a45c1fd5864d37e9430cafad2934954 (patch)
tree3d5f1694502a08833f01d3ead4b44c6886efda5c /vowpalwabbit/autolink.h
parent72911d8b82f70c54e5e3ad862a79da17e54d9b7c (diff)
reductions now nonuniform
Diffstat (limited to 'vowpalwabbit/autolink.h')
-rw-r--r--vowpalwabbit/autolink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/autolink.h b/vowpalwabbit/autolink.h
index d91e3ce8..42d52f39 100644
--- a/vowpalwabbit/autolink.h
+++ b/vowpalwabbit/autolink.h
@@ -2,6 +2,6 @@
#ifndef AUTOLINK
#define AUTOLINK
namespace ALINK {
- learner setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
+ learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
}
#endif