| MkAppDirectoryEntry |
Represents an entry in a directory node of a MkApp-Tree.
|
| MkAppLeafEntry |
Represents an entry in a leaf node of a MkApp-Tree.
|
| MkAppTree<O> |
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.
|
| MkAppTreeFactory<O> |
Factory for a MkApp-Tree
|
| MkAppTreeIndex<O> |
MkAppTree used as database index.
|
| MkAppTreeNode<O> |
Represents a node in an MkApp-Tree.
|
| MkAppTreeSettings<O> |
Settings class for the MkApp Tree.
|
| PolynomialApproximation |
Provides an polynomial approximation bo + b1*k + b2*k^2 + ... + bp*k^p
for knn-distances consisting of parameters b0, ..., bp.
|