Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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 IndexDatabase<O extends DatabaseObject>
          IndexDatabase is a database implementation which is supported by an index structure.
 class MetricalIndexDatabase<O extends DatabaseObject,D extends Distance<D>,N extends MetricalNode<N,E>,E extends MTreeEntry<D>>
          MetricalIndexDatabase is a database implementation which is supported by a metrical index structure.
 class SequentialDatabase<O extends DatabaseObject>
          SequentialDatabase is a simple implementation of a Database.
 class SpatialIndexDatabase<O extends NumberVector<O,?>,N extends SpatialNode<N,E>,E extends SpatialEntry>
          SpatialIndexDatabase is a database implementation which is supported by a spatial index structure.
 


Release 0.2.1 (2009-07-13_1605)