Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.itemsetmining.associationrules |
Association rule mining.
|
de.lmu.ifi.dbs.elki.algorithm.projection |
Data projections (see also preprocessing filters for basic projections).
|
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) IntegerArray |
AssociationRuleGeneration.ItemsetSearcher.offsets
Offsets into above array, based on length.
|
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
java.lang.Integer |
IntegerArray.get(IntegerArray array,
int off) |
byte |
IntegerArray.getByte(IntegerArray array,
int off) |
double |
IntegerArray.getDouble(IntegerArray array,
int off) |
float |
IntegerArray.getFloat(IntegerArray array,
int off) |
int |
IntegerArray.getInteger(IntegerArray array,
int off) |
long |
IntegerArray.getLong(IntegerArray array,
int off) |
short |
IntegerArray.getShort(IntegerArray array,
int off) |
int |
IntegerArray.size(IntegerArray array) |
Constructor and Description |
---|
IntegerArray(IntegerArray existing)
Constructor from an existing array.
|
Copyright © 2019 ELKI Development Team. License information.