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