Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

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

Subclasses of IndexDatabase in de.lmu.ifi.dbs.elki.database
 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 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.3 (2010-03-31_1612)