Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.extraction |
Extraction of partitional clusterings from hierarchical results.
|
de.lmu.ifi.dbs.elki.algorithm.projection |
Data projections (see also preprocessing filters for basic projections).
|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types
The general use-case for any parser is to create objects out of an
InputStream (e.g. by reading a data file). |
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 |
AbstractCutDendrogram.Instance.clusterHeight
Cluster distances
|
Modifier and Type | Method and Description |
---|---|
protected static double |
NearestNeighborAffinityMatrixBuilder.computeH(DoubleArray dist_i,
double[] pij_row,
double mbeta)
Compute H (observed perplexity) for row i, and the row pij_i.
|
protected static double |
NearestNeighborAffinityMatrixBuilder.computeSigma(int i,
DoubleArray pij_row,
double perplexity,
double log_perp,
double[] pij_i)
Compute row pij[i], using binary search on the kernel bandwidth sigma to
obtain the desired perplexity.
|
protected void |
NearestNeighborAffinityMatrixBuilder.convertNeighbors(DBIDRange ids,
DBIDRef ix,
boolean square,
KNNList neighbours,
DoubleArray dist,
IntegerArray ind)
Load a neighbor query result into a double and and integer array, also
removing the query point.
|
protected void |
IntrinsicNearestNeighborAffinityMatrixBuilder.convertNeighbors(DBIDRange ids,
DBIDRef ix,
boolean square,
KNNList neighbours,
DoubleArray dist,
IntegerArray ind,
Mean m)
Load a neighbor query result into a double and and integer array, also
removing the query point.
|
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 |
---|---|
java.lang.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 © 2019 ELKI Development Team. License information.