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