Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Package collects classes for the 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 extends DatabaseObject,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.
MkCoPTreeNode<O extends DatabaseObject,D extends NumberDistance<D>> Represents a node in an MkCop-Tree.
RkNNStatistic Provides some statistics about performed reverse nn queries.
 

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

Package collects classes for the MkCoPTree


Release 0.1 (2008-07-10_1838)