summaryrefslogtreecommitdiff
path: root/dtrain/kbestget.h
diff options
context:
space:
mode:
Diffstat (limited to 'dtrain/kbestget.h')
-rw-r--r--dtrain/kbestget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrain/kbestget.h b/dtrain/kbestget.h
index 88f8bc17..08104dec 100644
--- a/dtrain/kbestget.h
+++ b/dtrain/kbestget.h
@@ -86,7 +86,7 @@ struct KBestGetter : public HypSampler
void
KBestScored(const Hypergraph& forest)
{
- if (filter_type_ == "unique") {
+ if (filter_type_ == "uniq") {
KBestUnique(forest);
} else if (filter_type_ == "no") {
KBestNoFilter(forest);