Nearest neighbor classifier (NNC), a non-parametric pattern classification technique is not only simple to use, but often shows good performance. It is used in several domains, like data mining, machine learning, image/video/audio data analysis and retrieval, etc. It has some shortcomings or limitations, like it can be biased due to curse of dimensionality effect, huge computational requirements, etc. With large number of training instances it can achieve a better classification accuracy. But, this can worse the computational burden. The monograph presents a series of techniques whereby...
Nearest neighbor classifier (NNC), a non-parametric pattern classification technique is not only simple to use, but often shows good performance. It i...