Uses of Class
elki.utilities.pairs.DoubleDoublePair
-
Packages that use DoubleDoublePair Package Description elki.math.statistics Statistical tests and methods.elki.result.textwriter.writers Serialization handlers for individual data types.elki.utilities.pairs Pairs utility classes.elki.visualization.visualizers.visunproj Visualizers that do not use a particular projection. -
-
Uses of DoubleDoublePair in elki.math.statistics
Constructor parameters in elki.math.statistics with type arguments of type DoubleDoublePair Constructor Description LinearRegression(java.util.List<DoubleDoublePair> points)
-
Uses of DoubleDoublePair in elki.result.textwriter.writers
Methods in elki.result.textwriter.writers with parameters of type DoubleDoublePair Modifier and Type Method Description void
TextWriterDoubleDoublePair. write(TextWriterStream out, java.lang.String label, DoubleDoublePair object)
Serialize a pair, component-wise -
Uses of DoubleDoublePair in elki.utilities.pairs
Fields in elki.utilities.pairs with type parameters of type DoubleDoublePair Modifier and Type Field Description static java.util.Comparator<DoubleDoublePair>
DoubleDoublePair. BYFIRST_COMPARATOR
Comparator to compare by second component onlystatic java.util.Comparator<DoubleDoublePair>
DoubleDoublePair. BYSECOND_COMPARATOR
Comparator to compare by second component onlystatic java.util.Comparator<DoubleDoublePair>
DoubleDoublePair. SWAPPED_COMPARATOR
Comparator to compare by swapped componentsMethods in elki.utilities.pairs with parameters of type DoubleDoublePair Modifier and Type Method Description int
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.Constructors in elki.utilities.pairs with parameters of type DoubleDoublePair Constructor Description DoubleDoublePair(DoubleDoublePair other)
Clone constructor. -
Uses of DoubleDoublePair in elki.visualization.visualizers.visunproj
Methods in elki.visualization.visualizers.visunproj with parameters of type DoubleDoublePair Modifier and Type Method Description private double
KeyVisualization.Instance. drawHierarchy(SVGPlot svgp, MarkerLibrary ml, DoubleDoublePair size, DoubleDoublePair pos, int depth, Cluster<Model> cluster, it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap<Cluster<Model>> cnum, Hierarchy<Cluster<Model>> hier)
-