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>2014-12-27 04:25:25 +0300
committerJohn Langford <jl@hunch.net>2014-12-27 04:25:25 +0300
commit8d77fce3ccff3a0c46948a703eea1d74730a3378 (patch)
tree0fecfcf0c6581a3f4632948d967d816912f795df /vowpalwabbit/lrq.h
parent0d683ece22f6e8de284f575c92110ed44accffe9 (diff)
unified type structure of reductions
Diffstat (limited to 'vowpalwabbit/lrq.h')
-rw-r--r--vowpalwabbit/lrq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/lrq.h b/vowpalwabbit/lrq.h
index af0aae77..376bd6e5 100644
--- a/vowpalwabbit/lrq.h
+++ b/vowpalwabbit/lrq.h
@@ -1,4 +1,4 @@
#pragma once
namespace LRQ {
- LEARNER::learner* setup(vw& all, po::variables_map& vm);
+ LEARNER::base_learner* setup(vw& all, po::variables_map& vm);
}