Description: KD tree, the data structure of K dimensional data space. It is mainly used in the search of key data in multidimensional space (such as range search and nearest neighbor search). K-D tree is a special case of binary space partitioning tree.
To Search:
File list (Check if you may need any files):
knn-kdtree\kd_tree.h
..........\knn.cpp
..........\test.txt
..........\train.txt
knn-kdtree