See: Description

| Interface | Description |
|---|---|
| MkCoPEntry<D extends NumberDistance<D,?>> |
Defines the requirements for an entry in an MkCop-Tree node.
|
| Class | Description |
|---|---|
| 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.
|