Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Package collects classes for the RdKNNTree

See:
          Description

Interface Summary
RdKNNEntry<D extends NumberDistance<D>> Defines the requirements for an entry in an RdKNN-Tree node.
 

Class Summary
RdKNNDirectoryEntry<D extends NumberDistance<D>> Represents an entry in a directory node of an RdKNN-Tree.
RdKNNLeafEntry<D extends NumberDistance<D>> Represents an entry in a leaf node of an RdKNN-Tree.
RdKNNNode<D extends NumberDistance<D>> Represents a node in a RDkNN-Tree.
RdKNNTree<O extends NumberVector<O,?>,D extends NumberDistance<D>> RDkNNTree is a spatial index structure based on the concepts of the R*-Tree supporting efficient processing of reverse k nearest neighbor queries.
RdKNNTreeHeader Encapsulates the header information of a RDkNN-Tree.
 

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

Package collects classes for the RdKNNTree


Release 0.1 (2008-07-10_1838)