Package | Description |
---|---|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.arraylike |
Common API for accessing objects that are "array-like", including lists, numerical vectors, database vectors and arrays.
|
de.lmu.ifi.dbs.elki.visualization.gui.overview |
Classes for managing the overview plot.
|
Modifier and Type | Field and Description |
---|---|
protected DoubleArray |
NumberVectorLabelParser.attributes
Double array storing the numerical attributes during parsing.
|
Modifier and Type | Field and Description |
---|---|
protected DoubleArray |
XYCurve.data
X and Y positions
|
Modifier and Type | Method and Description |
---|---|
Double |
DoubleArray.get(DoubleArray array,
int off) |
byte |
DoubleArray.getByte(DoubleArray array,
int off) |
double |
DoubleArray.getDouble(DoubleArray array,
int off) |
float |
DoubleArray.getFloat(DoubleArray array,
int off) |
int |
DoubleArray.getInteger(DoubleArray array,
int off) |
long |
DoubleArray.getLong(DoubleArray array,
int off) |
short |
DoubleArray.getShort(DoubleArray array,
int off) |
int |
DoubleArray.size(DoubleArray array) |
Constructor and Description |
---|
DoubleArray(DoubleArray existing)
Constructor from an existing array.
|
Modifier and Type | Field and Description |
---|---|
private DoubleArray |
RectangleArranger.heights
Column heights
|
private DoubleArray |
RectangleArranger.widths
Column widths
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.