public static class RelationUtil.DescendingByDoubleRelation extends java.lang.Object implements java.util.Comparator<DBIDRef>
Modifier and Type | Field and Description |
---|---|
private DoubleRelation |
scores
Scores to use for sorting.
|
Constructor and Description |
---|
DescendingByDoubleRelation(DoubleRelation scores)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(DBIDRef id1,
DBIDRef id2) |
private final DoubleRelation scores
public DescendingByDoubleRelation(DoubleRelation scores)
scores
- Scores for sortingCopyright © 2019 ELKI Development Team. License information.