Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Tree-based index structures for spatial indexing.

See:
          Description

Interface Summary
SpatialComparable Defines the required methods needed for comparison of spatial objects.
SpatialDistanceFunction<V extends FeatureVector<V,?>,D extends Distance<D>> 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<N extends SpatialNode<N,E>,E extends SpatialEntry> 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.
 

Class Summary
BulkSplit<N extends SpatialObject> Encapsulates the required parameters for a bulk split of a spatial index.
SpatialComparator Compares objects of type SpatialComparable.
SpatialDirectoryEntry Represents an entry in a directory node of a spatial index.
SpatialIndex<O extends NumberVector<O,?>,N extends SpatialNode<N,E>,E extends SpatialEntry> Abstract super class for all spatial index classes.
SpatialLeafEntry Represents an entry in a leaf node of a spatial index.
 

Enum Summary
BulkSplit.Strategy Available strategies for bulk loading.
 

Package de.lmu.ifi.dbs.elki.index.tree.spatial Description

Tree-based index structures for spatial indexing.


Release 0.2.1 (2009-07-13_1605)