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

Utilities for R*-Tree and variants.

See:
          Description


Interface Summary
InsertionStrategy Interface for implementing insertion strategies, i.e. in which path of the tree to insert the new element.
SplitStrategy<B> Generic interface for split strategies.
 

Class Summary
ApproximateLeastOverlapInsertionStrategy Insertion strategy that exhaustively tests all childs for the least overlap when inserting.
ApproximateLeastOverlapInsertionStrategy.Parameterizer Parameterization class.
Enlargement<E extends SpatialEntry> Encapsulates the parameters for enlargement of nodes after insertion of new objects.
LeastOverlapInsertionStrategy Insertion strategy that exhaustively tests all childs for the least overlap when inserting.
SpatialComparator Compares objects of type SpatialComparable.
TopologicalSplitter Encapsulates the required parameters for a topological split of a R*-Tree.
 

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

Utilities for R*-Tree and variants.


Release 0.4.0 (2011-09-20_1324)