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:
authorPaul Mineiro <paul-github@mineiro.com>2013-12-22 01:23:45 +0400
committerPaul Mineiro <paul-github@mineiro.com>2013-12-22 01:23:45 +0400
commit8900cbd5b21cf4308f07070dd9cb91efa2955535 (patch)
treea32ceb36ecbedf06066771c872ca440ac3c115f7 /vowpalwabbit/lrq.h
parentee738d82014b40f648bc482071d1e5f2fd7a7f66 (diff)
dropout mf
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 9dfb6d2d..4732a604 100644
--- a/vowpalwabbit/lrq.h
+++ b/vowpalwabbit/lrq.h
@@ -2,6 +2,6 @@
#ifndef LRQ_HEADER
#define LRQ_HEADER
namespace LRQ {
- 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, size_t random_seed);
}
#endif