Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms.
|
de.lmu.ifi.dbs.elki.database.datastore |
General data store layer API (along the lines of
Map<DBID, T> - use everywhere!) |
de.lmu.ifi.dbs.elki.database.datastore.memory |
Memory data store implementation for ELKI.
|
Modifier and Type | Method and Description |
---|---|
static ArrayModifiableDBIDs[] |
ClusteringAlgorithmUtil.partitionsFromIntegerLabels(DBIDs ids,
IntegerDataStore assignment,
int k)
Collect clusters from their [0;k-1] integer labels.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableIntegerDataStore
Data store specialized for doubles.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayIntegerStore
A class to answer representation queries using the stored Array.
|
class |
MapIntegerDBIDIntegerStore
Writable data store for double values.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.