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>2015-01-02 21:09:45 +0300
committerJohn Langford <jl@hunch.net>2015-01-02 21:09:45 +0300
commit8784ea7a1bb34e3dca02e6571cacda1ffe38aafa (patch)
tree8e00ad57ca51a776372ed32b28608633acd863aa /vowpalwabbit/lrq.h
parenta51dac423995feb3d8ac57f63d7c42015fcce157 (diff)
simpler options
Diffstat (limited to 'vowpalwabbit/lrq.h')
-rw-r--r--vowpalwabbit/lrq.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vowpalwabbit/lrq.h b/vowpalwabbit/lrq.h
index 376bd6e5..b08e24f4 100644
--- a/vowpalwabbit/lrq.h
+++ b/vowpalwabbit/lrq.h
@@ -1,4 +1,2 @@
#pragma once
-namespace LRQ {
- LEARNER::base_learner* setup(vw& all, po::variables_map& vm);
-}
+namespace LRQ { LEARNER::base_learner* setup(vw& all); }