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:
authorJohn Langford <jl@nyclamp.(none)>2014-01-10 18:50:01 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-01-10 18:50:01 +0400
commit31691bd7dfe06bc01e55dd7820c1154ae216f283 (patch)
tree3e49ad666c3bd764ae50ee70b35f1c1805b1fdde /vowpalwabbit/cbify.cc
parentd73d8f6aef1c02dd05554f91ca57e1d304336130 (diff)
removed label parser dereference
Diffstat (limited to 'vowpalwabbit/cbify.cc')
-rw-r--r--vowpalwabbit/cbify.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/cbify.cc b/vowpalwabbit/cbify.cc
index e675c0cd..d41975ae 100644
--- a/vowpalwabbit/cbify.cc
+++ b/vowpalwabbit/cbify.cc
@@ -163,7 +163,7 @@ namespace CBIFY {
all.options_from_file.append(ss.str());
}
- *(all.p->lp) = OAA::mc_label_parser;
+ all.p->lp = OAA::mc_label_parser;
learner* l = new learner(data, all.l, 1);
if (vm.count("first") )
{