|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.knime.base.util.kdtree | |
---|---|
org.knime.base.util.kdtree |
Classes in org.knime.base.util.kdtree used by org.knime.base.util.kdtree | |
---|---|
KDTree
This class is an implementation of a k-d tree as described in Friedman,
Jerome H; Bentley, Jon Louis; Finkel, Raphael Ari: An Algorithm for
Finding Best Matches in Logarithmic Expected Time; ACM Transactions on
Mathematical Software; 1997, 3(3), pages 209-226
For creating a k-d tree use the KDTreeBuilder . |
|
NearestNeighbour
This class represents a nearest neighbour found during the search. |
|
Node
Empty interface for nodes in the k-d tree. |
|
TerminalNode
This class represents a terminal node inside a k-d tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |