| 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 | Field and Description | 
|---|---|
| private DoubleDistanceDataStore | SLINK.CompareByDoubleLambda. lambdaLambda storage | 
| Modifier and Type | Method and Description | 
|---|---|
| private Clustering<DendrogramModel<D>> | SLINK. extractClustersDouble(DBIDs ids,
                     DBIDDataStore pi,
                     DoubleDistanceDataStore lambda,
                     int minclusters)Extract all clusters from the pi-lambda-representation. | 
| Constructor and Description | 
|---|
| SLINK.CompareByDoubleLambda(DoubleDistanceDataStore lambda)Constructor. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WritableDoubleDistanceDataStoreData store specialized for doubles. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArrayDoubleDistanceStoreA class to answer representation queries using the stored Array. | 
| class  | MapIntegerDBIDDoubleDistanceStoreWritable data store for double values. |