Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Package collects classes for the MkAppTree

See:
          Description

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

Class Summary
MkAppDirectoryEntry<D extends NumberDistance<D>> Represents an entry in a directory node of a MkApp-Tree.
MkAppLeafEntry<D extends NumberDistance<D>> Represents an entry in a leaf node of a MkApp-Tree.
MkAppTree<O extends DatabaseObject,D extends NumberDistance<D>> MkAppTree 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.
MkAppTreeNode<O extends DatabaseObject,D extends NumberDistance<D>> Represents a node in an MkApp-Tree.
PolynomialApproximation Provides an polynomial approximation bo + b1*k + b2*k^2 + ... + bp*k^p for knn-distances consisting of parameters b0, ..., bp.
 

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

Package collects classes for the MkAppTree


Release 0.1 (2008-07-10_1838)