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/bs.h')
-rw-r--r--vowpalwabbit/bs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/bs.h b/vowpalwabbit/bs.h
index c3c1e578..9abbafea 100644
--- a/vowpalwabbit/bs.h
+++ b/vowpalwabbit/bs.h
@@ -13,7 +13,7 @@ license as described in the file LICENSE.
namespace BS
{
- LEARNER::learner* setup(vw& all, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
+ LEARNER::learner* setup(vw& all, po::variables_map& vm);
void print_result(int f, float res, float weight, v_array<char> tag, float lb, float ub);
void output_example(vw& all, example* ec, float lb, float ub);