public static class DataStoreUtil.DescendingByDoubleDataStore extends Object implements Comparator<DBIDRef>
Modifier and Type | Field and Description |
---|---|
private DoubleDataStore |
scores
Scores to use for sorting.
|
Constructor and Description |
---|
DescendingByDoubleDataStore(DoubleDataStore scores)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(DBIDRef id1,
DBIDRef id2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
private final DoubleDataStore scores
public DescendingByDoubleDataStore(DoubleDataStore scores)
scores
- Scores for sortingpublic int compare(DBIDRef id1, DBIDRef id2)
compare
in interface Comparator<DBIDRef>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.