Uses of Class
de.lmu.ifi.dbs.elki.database.AbstractDatabase

Packages that use AbstractDatabase
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
 

Uses of AbstractDatabase in de.lmu.ifi.dbs.elki.database
 

Subclasses of AbstractDatabase in de.lmu.ifi.dbs.elki.database
 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.
 


Release 0.4.0 (2011-09-20_1324)