Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.DoubleDoublePair
Package
Description
Pairs and triples utility classes.
-
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math
Modifier and TypeClassDescriptionclass
Class to find the minimum and maximum double values in data. -
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.utilities.pairs
Modifier and TypeFieldDescriptionstatic final Comparator<DoubleDoublePair>
DoubleDoublePair.BYFIRST_COMPARATOR
Comparator to compare by second component onlystatic final Comparator<DoubleDoublePair>
DoubleDoublePair.BYSECOND_COMPARATOR
Comparator to compare by second component onlystatic final Comparator<DoubleDoublePair>
DoubleDoublePair.SWAPPED_COMPARATOR
Comparator to compare by swapped componentsModifier and TypeMethodDescriptionint
DoubleDoublePair.compareSwappedTo
(DoubleDoublePair other) Implementation of comparableSwapped interface, sorting by second then first.int
DoubleDoublePair.compareTo
(DoubleDoublePair other) Implementation of comparable interface, sorting by first then second.