Uses of Package
elki.index.tree.metrical.mtreevariants.mktrees.mkapp
-
Packages that use elki.index.tree.metrical.mtreevariants.mktrees.mkapp Package Description elki.index.tree.metrical.mtreevariants.mktrees.mkapp -
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkapp used by elki.index.tree.metrical.mtreevariants.mktrees.mkapp Class Description MkAppEntry Defines the requirements for an entry in an MkCop-Tree node.MkAppTree 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 Factory for a MkApp-TreeMkAppTreeIndex MkAppTree used as database index.MkAppTreeNode Represents a node in an MkApp-Tree.MkAppTreeSettings 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.