|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use DoubleDoublePair | |
|---|---|
| de.lmu.ifi.dbs.elki.math | Mathematical operations and utilities used throughout the framework. |
| de.lmu.ifi.dbs.elki.math.statistics | Statistical tests and methods. |
| de.lmu.ifi.dbs.elki.utilities.pairs | Pairs and triples utility classes. |
| de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d | Visualizers based on 2D projections. |
| Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math |
|---|
| Subclasses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math | |
|---|---|
class |
DoubleMinMax
Class to find the minimum and maximum double values in data. |
| Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math.statistics |
|---|
| Constructor parameters in de.lmu.ifi.dbs.elki.math.statistics with type arguments of type DoubleDoublePair | |
|---|---|
LinearRegression(List<DoubleDoublePair> points)
|
|
| Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.utilities.pairs |
|---|
| Fields in de.lmu.ifi.dbs.elki.utilities.pairs with type parameters of type DoubleDoublePair | |
|---|---|
static Comparator<DoubleDoublePair> |
DoubleDoublePair.BYFIRST_COMPARATOR
Comparator to compare by second component only |
static Comparator<DoubleDoublePair> |
DoubleDoublePair.BYSECOND_COMPARATOR
Comparator to compare by second component only |
static Comparator<DoubleDoublePair> |
DoubleDoublePair.SWAPPED_COMPARATOR
Comparator to compare by swapped components |
| Methods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleDoublePair | |
|---|---|
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. |
| Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d |
|---|
| Methods in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d with parameters of type DoubleDoublePair | |
|---|---|
private void |
TreeMBRVisualizer.recDrawEdges(SVGPath path,
DoubleDoublePair r_min,
ArrayList<DoubleDoublePair> r_edges,
int off,
BitSet b)
|
| Method parameters in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d with type arguments of type DoubleDoublePair | |
|---|---|
private void |
TreeMBRVisualizer.recDrawEdges(SVGPath path,
DoubleDoublePair r_min,
ArrayList<DoubleDoublePair> r_edges,
int off,
BitSet b)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||