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