| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.database | 
 ELKI database layer - loading, storing, indexing and accessing data 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HashmapDatabase
Provides a mapping for associations based on a Hashtable and functions to get
 the next usable ID for insertion, making IDs reusable after deletion of the
 entry. 
 | 
class  | 
ProxyDatabase
A proxy database to use e.g. for projections and partitions. 
 | 
class  | 
StaticArrayDatabase
This database class uses array-based storage and thus does not allow for
 dynamic insert, delete and update operations. 
 |