Data Structure: KD-Tree. More...
Classes | |
class | kdtree |
Represents KD Tree that is a space-partitioning data structure for organizing points in a k-dimensional space. More... | |
class | kdtree_text_visualizer |
KD-tree text visualizer that provides service to diplay tree structure using text representation. More... | |
class | node |
Represents node of KD-Tree. More... | |
Data Structure: KD-Tree.
Implementation based on paper [35].