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/active.cc')
-rw-r--r--vowpalwabbit/active.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/vowpalwabbit/active.cc b/vowpalwabbit/active.cc
index 627928d6..a1070be3 100644
--- a/vowpalwabbit/active.cc
+++ b/vowpalwabbit/active.cc
@@ -160,9 +160,7 @@ namespace ACTIVE {
("simulation", "active learning simulation mode")
("mellowness", po::value<float>(&(data.active_c0)), "active learning mellowness parameter c_0. Default 8")
;
-
vm = add_options(all, active_opts);
-
data.all=&all;
//Create new learner