public static class RelationUtil.AscendingByDoubleRelation 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 |
|---|
AscendingByDoubleRelation(DoubleRelation scores)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(DBIDRef id1,
DBIDRef id2) |
private final DoubleRelation scores
public AscendingByDoubleRelation(DoubleRelation scores)
scores - Scores for sortingCopyright © 2019 ELKI Development Team. License information.