Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

MkMaxTree

See:
          Description

Interface Summary
MkMaxEntry<D extends Distance<D>> Defines the requirements for an entry in an MkMaxTreeNode.
 

Class Summary
MkMaxDirectoryEntry<D extends Distance<D>> Represents an entry in a directory node of an MkMaxTree.
MkMaxLeafEntry<D extends Distance<D>> Represents an entry in a leaf node of an MkMaxTree.
MkMaxTree<O extends DatabaseObject,D extends Distance<D>> MkMaxTree is a metrical index structure based on the concepts of the M-Tree supporting efficient processing of reverse k nearest neighbor queries for parameter k <= k_max.
MkMaxTreeNode<O extends DatabaseObject,D extends Distance<D>> Represents a node in an MkMaxTree.
 

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

MkMaxTree


Release 0.3 (2010-03-31_1612)