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/cb_algs.h')
-rw-r--r--vowpalwabbit/cb_algs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/cb_algs.h b/vowpalwabbit/cb_algs.h
index 7756fc6f..0593fb6c 100644
--- a/vowpalwabbit/cb_algs.h
+++ b/vowpalwabbit/cb_algs.h
@@ -6,7 +6,7 @@ license as described in the file LICENSE.
#pragma once
//TODO: extend to handle CSOAA_LDF and WAP_LDF
namespace CB_ALGS {
- LEARNER::base_learner* setup(vw& all, po::variables_map& vm);
+ LEARNER::base_learner* setup(vw& all);
template <bool is_learn>
float get_cost_pred(vw& all, CB::cb_class* known_cost, example& ec, uint32_t index, uint32_t base)