Package elki.index.tree.metrical.mtreevariants.mktrees.mkmax
-
Interface Summary Interface Description MkMaxEntry Defines the requirements for an entry in anMkMaxTreeNode
. -
Class Summary Class Description MkMaxDirectoryEntry Represents an entry in a directory node of anMkMaxTree
.MkMaxLeafEntry Represents an entry in a leaf node of anMkMaxTree
.MkMaxTree<O> MkMaxTree 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 <= k_max.MkMaxTreeFactory<O> Factory for MkMaxTreesMkMaxTreeIndex<O> MkMax treeMkMaxTreeNode<O> Represents a node in anMkMaxTree
.