International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 185 - Issue 17 |
Published: Jun 2023 |
Authors: Vijay R. Tiwari |
![]() |
Vijay R. Tiwari . Developments in KD Tree and KNN Searches. International Journal of Computer Applications. 185, 17 (Jun 2023), 17-23. DOI=10.5120/ijca2023922879
@article{ 10.5120/ijca2023922879, author = { Vijay R. Tiwari }, title = { Developments in KD Tree and KNN Searches }, journal = { International Journal of Computer Applications }, year = { 2023 }, volume = { 185 }, number = { 17 }, pages = { 17-23 }, doi = { 10.5120/ijca2023922879 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2023 %A Vijay R. Tiwari %T Developments in KD Tree and KNN Searches%T %J International Journal of Computer Applications %V 185 %N 17 %P 17-23 %R 10.5120/ijca2023922879 %I Foundation of Computer Science (FCS), NY, USA
KNN (K-nearest neighbor) is an important tool in machine learning and it is used in classification and prediction problems. In recent years several modified versions of KNN search algorithm have been developed and employed to improve the efficiency of search. KNN has enormous real life applications and is widely used in data mining. Data structures like KD tree (or K dimensional tree) are used for implementing KNN effectively. A KD tree is a multidimensional binary search tree that can be balanced or unbalanced. With the increase in dimension of space the computational time of KNN-KD search goes high. Certain modifications that can help in improvising the search time has been developed in recent years.