Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use SpatialIndexDatabase
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.preprocessing Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. 
 

Uses of SpatialIndexDatabase in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type SpatialIndexDatabase
private  Integer DeLiClu.getStartObject(SpatialIndexDatabase<O,DeLiCluNode,DeLiCluEntry> database)
          Returns the id of the start object for the run method.
 

Uses of SpatialIndexDatabase in de.lmu.ifi.dbs.elki.preprocessing
 

Methods in de.lmu.ifi.dbs.elki.preprocessing that return SpatialIndexDatabase
private  SpatialIndexDatabase<O,N,E> SpatialApproximationMaterializeKNNPreprocessor.getSpatialDatabase(Database<O> database)
          Do some (limited) type checking, then cast the database into a spatial database.
 


Release 0.2 (2009-07-06_1820)