Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical | |
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 | Field and Description |
---|---|
private DoubleDistanceDataStore |
ExtractFlatClusteringFromHierarchy.CompareByDoubleLambda.lambda
Lambda storage
|
Modifier and Type | Method and Description |
---|---|
private Clustering<DendrogramModel<D>> |
ExtractFlatClusteringFromHierarchy.extractClustersDouble(DBIDs ids,
DBIDDataStore pi,
DoubleDistanceDataStore lambda)
Extract all clusters from the pi-lambda-representation.
|
Constructor and Description |
---|
ExtractFlatClusteringFromHierarchy.CompareByDoubleLambda(DoubleDistanceDataStore lambda)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableDoubleDistanceDataStore
Data store specialized for doubles.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayDoubleDistanceStore
A class to answer representation queries using the stored Array.
|
class |
MapIntegerDBIDDoubleDistanceStore
Writable data store for double values.
|