Uses of Class
elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ApproximationLine
-
Packages that use ApproximationLine Package Description elki.index.tree.metrical.mtreevariants.mktrees.mkcop -
-
Uses of ApproximationLine in elki.index.tree.metrical.mtreevariants.mktrees.mkcop
Fields in elki.index.tree.metrical.mtreevariants.mktrees.mkcop declared as ApproximationLine Modifier and Type Field Description private ApproximationLineMkCoPDirectoryEntry. conservativeApproximationThe conservative approximation.private ApproximationLineMkCoPLeafEntry. conservativeApproximationThe conservative approximation.private ApproximationLineMkCoPLeafEntry. progressiveApproximationThe progressive approximation.Methods in elki.index.tree.metrical.mtreevariants.mktrees.mkcop that return ApproximationLine Modifier and Type Method Description private ApproximationLineMkCoPTree. approximateLowerHull(ConvexHull convexHull, double[] log_k, double sum_log_k, double sum_log_k2, double[] log_kDist, double sum_log_kDist, double sum_log_k_kDist)Approximates the lower hull.private ApproximationLineMkCoPTree. approximateUpperHull(ConvexHull convexHull, double[] log_k, double[] log_kDist)private ApproximationLineMkCoPTree. approximateUpperHullOld(ConvexHull convexHull, double[] log_k, double sum_log_k, double sum_log_k2, double[] log_kDist, double sum_log_kDist, double sum_log_k_kDist)private ApproximationLineMkCoPTree. approximateUpperHullPaper(ConvexHull convexHull, double[] log_k, double sum_log_k, double sum_log_k2, double[] log_kDist, double sum_log_kDist, double sum_log_k_kDist)protected ApproximationLineMkCoPTreeNode. conservativeKnnDistanceApproximation(int k_max)Determines and returns the conservative approximation for the knn distances of this node as the maximum of the conservative approximations of all entries.ApproximationLineMkCoPDirectoryEntry. getConservativeKnnDistanceApproximation()Returns the conservative approximation line.ApproximationLineMkCoPEntry. getConservativeKnnDistanceApproximation()Returns the conservative approximation line.ApproximationLineMkCoPLeafEntry. getConservativeKnnDistanceApproximation()Returns the conservative approximation line.ApproximationLineMkCoPLeafEntry. getProgressiveKnnDistanceApproximation()Returns the progressive approximation line.protected ApproximationLineMkCoPTreeNode. progressiveKnnDistanceApproximation(int k_max)Determines and returns the progressive approximation for the knn distances of this node as the maximum of the progressive approximations of all entries.Methods in elki.index.tree.metrical.mtreevariants.mktrees.mkcop with parameters of type ApproximationLine Modifier and Type Method Description voidMkCoPDirectoryEntry. setConservativeKnnDistanceApproximation(ApproximationLine conservativeApproximation)Sets the conservative approximation linevoidMkCoPEntry. setConservativeKnnDistanceApproximation(ApproximationLine conservativeApproximation)Sets the conservative approximation linevoidMkCoPLeafEntry. setConservativeKnnDistanceApproximation(ApproximationLine conservativeApproximation)Sets the conservative approximation linevoidMkCoPLeafEntry. setProgressiveKnnDistanceApproximation(ApproximationLine progressiveApproximation)Sets the progressive approximation lineConstructors in elki.index.tree.metrical.mtreevariants.mktrees.mkcop with parameters of type ApproximationLine Constructor Description MkCoPDirectoryEntry(DBID objectID, double parentDistance, int nodeID, double coveringRadius, ApproximationLine conservativeApproximation)Constructor.MkCoPLeafEntry(DBID objectID, double parentDistance, ApproximationLine conservativeApproximation, ApproximationLine progressiveApproximation)Constructor.
-