An improved nearest neighbor searching method for classification problems

Zhao Ying,Liu Hong-Xing,Wang Zhong-Yu,Wang Yuan-Qing
DOI: https://doi.org/10.3321/j.issn:0469-5097.2009.04.004
2009-01-01
Abstract:The nearest neighbor searching method is widely used in classification problems for its good classification ability and generalization performance.But the current algorithms for nearest neighbor searching method always suffer from huge calculation problems when the number of the samples is increased.To overcome this shortcoming,an improved classification algorithm based on the nearest neighbor searching method is proposed in this paper.In this algorithm,when the nearest neighbor searching method is executed,one just needs to find the class label of the nearest neighbor but not the nearest neighbor itself,thus less calculation resources and calculation time are needed.The classification ability,classification speed,and trainability of this improved algorithm are tested on the two spirals problem(TSP) and some other problems.And it is also compared with the KD-tree(K dimensional binary search trees) nearest neighbor searching algorithm and the condensed nearest neighbor rule.The results,generally speaking,show that the improved algorithm proposed in this paper is quite competitive.
What problem does this paper attempt to address?