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@hunch.net>2014-04-23 02:50:14 +0400
committerJohn Langford <jl@hunch.net>2014-04-23 02:50:14 +0400
commit8e652a9b5b59f723f32f98cf3c078e1b5ee8676c (patch)
tree33d629cddeced544410792c18a7321145deb128d /vowpalwabbit/sender.cc
parent0e7a0da366d46f4acb4e051f7fcbf73dea9f5efb (diff)
refactor problem types a bit
Diffstat (limited to 'vowpalwabbit/sender.cc')
-rw-r--r--vowpalwabbit/sender.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/sender.cc b/vowpalwabbit/sender.cc
index d34c0d22..f0b73f58 100644
--- a/vowpalwabbit/sender.cc
+++ b/vowpalwabbit/sender.cc
@@ -76,7 +76,7 @@ void receive_result(sender& s)
label_data* ld = (label_data*)ec.ld;
s.all->set_minmax(s.all->sd, ld->label);
- simple_label.cache_label(ld, *s.buf);//send label information.
+ s.all->p->lp.cache_label(ld, *s.buf);//send label information.
cache_tag(*s.buf, ec.tag);
send_features(s.buf,ec, (uint32_t)s.all->parse_mask);
s.delay_ring[s.sent_index++ % s.all->p->ring_size] = &ec;