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

MkCoPTree

See:
          Description


Interface Summary
MkCoPEntry<D extends NumberDistance<D,?>> Defines the requirements for an entry in an MkCop-Tree node.
 

Class Summary
ApproximationLine Provides an approximation for knn-distances line consisting of incline m, axes intercept t and a start value for k.
ConvexHull Holds the lower and upper hull for some values.
MkCoPDirectoryEntry<D extends NumberDistance<D,?>> Represents an entry in a directory node of an MkCop-Tree.
MkCoPLeafEntry<D extends NumberDistance<D,?>> Represents an entry in a leaf node of a MkCoP-Tree.
MkCoPTree<O,D extends NumberDistance<D,?>> MkCopTree 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 < kmax.
MkCopTreeFactory<O,D extends NumberDistance<D,?>> Factory for a MkCoPTree-Tree
MkCopTreeFactory.Parameterizer<O,D extends NumberDistance<D,?>> Parameterization class.
MkCoPTreeIndex<O,D extends NumberDistance<D,?>> MkCoPTree used as database index.
MkCoPTreeNode<O,D extends NumberDistance<D,?>> Represents a node in an MkCop-Tree.
 

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

MkCoPTree


Release 0.4.0 (2011-09-20_1324)