Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Package
de.lmu.ifi.dbs.elki.index.tree.spatial

Packages that use de.lmu.ifi.dbs.elki.index.tree.spatial
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.data Basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.distance.distancefunction Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
de.lmu.ifi.dbs.elki.index.tree.spatial Tree-based index structures for spatial indexing. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants R*-Tree and variants. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn RdKNNTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar RStarTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util Utilities for R*-Tree and variants. 
de.lmu.ifi.dbs.elki.preprocessing Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. 
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.algorithm
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
SpatialNode
          Defines the requirements for an object that can be used as a node in a Spatial Index.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.algorithm.clustering
SpatialDistanceFunction
          Defines the requirements for a distance function that can used in spatial index to measure the dissimilarity between spatial data objects.
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.data
SpatialComparable
          Defines the required methods needed for comparison of spatial objects.
SpatialObject
          Defines the requirements for objects that can be indexed by a Spatial Index, which are spatial nodes or data objects.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.database
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
SpatialIndex
          Abstract super class for all spatial index classes.
SpatialNode
          Defines the requirements for an object that can be used as a node in a Spatial Index.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.distance.distancefunction
SpatialDistanceFunction
          Defines the requirements for a distance function that can used in spatial index to measure the dissimilarity between spatial data objects.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
SpatialDistanceFunction
          Defines the requirements for a distance function that can used in spatial index to measure the dissimilarity between spatial data objects.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.index.tree.spatial
BulkSplit.Strategy
          Available strategies for bulk loading.
SpatialComparable
          Defines the required methods needed for comparison of spatial objects.
SpatialDistanceFunction
          Defines the requirements for a distance function that can used in spatial index to measure the dissimilarity between spatial data objects.
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
SpatialNode
          Defines the requirements for an object that can be used as a node in a Spatial Index.
SpatialObject
          Defines the requirements for objects that can be indexed by a Spatial Index, which are spatial nodes or data objects.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
SpatialComparable
          Defines the required methods needed for comparison of spatial objects.
SpatialDistanceFunction
          Defines the requirements for a distance function that can used in spatial index to measure the dissimilarity between spatial data objects.
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
SpatialIndex
          Abstract super class for all spatial index classes.
SpatialNode
          Defines the requirements for an object that can be used as a node in a Spatial Index.
SpatialObject
          Defines the requirements for objects that can be indexed by a Spatial Index, which are spatial nodes or data objects.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
SpatialComparable
          Defines the required methods needed for comparison of spatial objects.
SpatialDirectoryEntry
          Represents an entry in a directory node of a spatial index.
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
SpatialIndex
          Abstract super class for all spatial index classes.
SpatialLeafEntry
          Represents an entry in a leaf node of a spatial index.
SpatialNode
          Defines the requirements for an object that can be used as a node in a Spatial Index.
SpatialObject
          Defines the requirements for objects that can be indexed by a Spatial Index, which are spatial nodes or data objects.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
SpatialComparable
          Defines the required methods needed for comparison of spatial objects.
SpatialDirectoryEntry
          Represents an entry in a directory node of a spatial index.
SpatialDistanceFunction
          Defines the requirements for a distance function that can used in spatial index to measure the dissimilarity between spatial data objects.
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
SpatialIndex
          Abstract super class for all spatial index classes.
SpatialLeafEntry
          Represents an entry in a leaf node of a spatial index.
SpatialNode
          Defines the requirements for an object that can be used as a node in a Spatial Index.
SpatialObject
          Defines the requirements for objects that can be indexed by a Spatial Index, which are spatial nodes or data objects.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
SpatialComparable
          Defines the required methods needed for comparison of spatial objects.
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
SpatialIndex
          Abstract super class for all spatial index classes.
SpatialNode
          Defines the requirements for an object that can be used as a node in a Spatial Index.
SpatialObject
          Defines the requirements for objects that can be indexed by a Spatial Index, which are spatial nodes or data objects.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial used by de.lmu.ifi.dbs.elki.preprocessing
SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
SpatialNode
          Defines the requirements for an object that can be used as a node in a Spatial Index.
 


Release 0.2 (2009-07-06_1820)