| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.math.statistics | 
 Statistical tests and methods 
 | 
| de.lmu.ifi.dbs.elki.result.textwriter.writers | 
 Serialization handlers for individual data types. 
 | 
| de.lmu.ifi.dbs.elki.utilities.pairs | 
 Pairs utility classes
 
 A number of commonly needed primitive pairs are the following:
 
  
IntIntPair storing
 two int values
 DoubleIntPair
 storing one double and one int value. | 
| de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj | 
 Visualizers that do not use a particular projection 
 | 
| Constructor and Description | 
|---|
LinearRegression(java.util.List<DoubleDoublePair> points)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextWriterDoubleDoublePair.write(TextWriterStream out,
     java.lang.String label,
     DoubleDoublePair object)
Serialize a pair, component-wise 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static java.util.Comparator<DoubleDoublePair> | 
DoubleDoublePair.BYFIRST_COMPARATOR
Comparator to compare by second component only 
 | 
static java.util.Comparator<DoubleDoublePair> | 
DoubleDoublePair.BYSECOND_COMPARATOR
Comparator to compare by second component only 
 | 
static java.util.Comparator<DoubleDoublePair> | 
DoubleDoublePair.SWAPPED_COMPARATOR
Comparator to compare by swapped components 
 | 
| Modifier and Type | Method and 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. 
 | 
| Constructor and Description | 
|---|
DoubleDoublePair(DoubleDoublePair other)
Clone constructor. 
 | 
| Modifier and Type | Method and 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)  | 
Copyright © 2019 ELKI Development Team. License information.