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.
|
de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj |
Visualizers that do not use a particular projection.
|
Constructor and Description |
---|
LinearRegression(List<DoubleDoublePair> points) |
Modifier and Type | Method and Description |
---|---|
void |
TextWriterDoubleDoublePair.write(TextWriterStream out,
String label,
DoubleDoublePair object)
Serialize a pair, component-wise
|
Modifier and Type | Field and Description |
---|---|
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
|
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,
TObjectIntMap<Cluster<Model>> cnum,
Hierarchy<Cluster<Model>> hier) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.