summaryrefslogtreecommitdiff
path: root/training/dtrain/kbestget.h
diff options
context:
space:
mode:
Diffstat (limited to 'training/dtrain/kbestget.h')
-rw-r--r--training/dtrain/kbestget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/training/dtrain/kbestget.h b/training/dtrain/kbestget.h
index 85252db3..25f02273 100644
--- a/training/dtrain/kbestget.h
+++ b/training/dtrain/kbestget.h
@@ -52,7 +52,7 @@ struct KBestGetter : public HypSampler
h.f = d->feature_values;
h.model = log(d->score);
h.rank = i;
- h.score = scorer_->Score(h.w, *ref_, i, src_len_);
+ h.score = scorer_->Score(h.w, *refs_, i, src_len_);
s_.push_back(h);
sz_++;
f_count_ += h.f.size();
@@ -73,7 +73,7 @@ struct KBestGetter : public HypSampler
h.f = d->feature_values;
h.model = log(d->score);
h.rank = i;
- h.score = scorer_->Score(h.w, *ref_, i, src_len_);
+ h.score = scorer_->Score(h.w, *refs_, i, src_len_);
s_.push_back(h);
sz_++;
f_count_ += h.f.size();