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:
Diffstat (limited to 'vowpalwabbit/gd.h')
-rw-r--r--vowpalwabbit/gd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/gd.h b/vowpalwabbit/gd.h
index de3964eb..a5413eae 100644
--- a/vowpalwabbit/gd.h
+++ b/vowpalwabbit/gd.h
@@ -24,7 +24,7 @@ namespace GD{
void compute_update(example* ec);
void offset_train(regressor &reg, example* &ec, float update, size_t offset);
void train_one_example_single_thread(regressor& r, example* ex);
- LEARNER::base_learner* setup(vw& all, po::variables_map& vm);
+ LEARNER::base_learner* setup(vw& all);
void save_load_regressor(vw& all, io_buf& model_file, bool read, bool text);
void save_load_online_state(vw& all, io_buf& model_file, bool read, bool text);
void output_and_account_example(example* ec);