Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax

Package collects classes for the MkMaxTree

See:
          Description

Interface Summary
MkMaxEntry<D extends Distance<D>> Defines the requirements for an entry in an MkMax-Tree node.
 

Class Summary
MkMaxDirectoryEntry<D extends Distance<D>> Represents an entry in a directory node of an MkMax-Tree.
MkMaxLeafEntry<D extends Distance<D>> Represents an entry in a leaf node of a MkMax-Tree.
MkMaxTree<O extends DatabaseObject,D extends Distance<D>> MkNNTree is a metrical index structure based on the concepts of the M-Tree supporting efficient processing of reverse k nearest neighbor queries.
MkMaxTreeHeader Encapsulates the header information of a MkNN-Tree.
MkMaxTreeNode<O extends DatabaseObject,D extends Distance<D>> Represents a node in a MkMax-Tree.
 

Package de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax Description

Package collects classes for the MkMaxTree


Release 0.1 (2008-07-10_1838)