• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (10): 1965-1970.

• 论文 • Previous Articles     Next Articles

An efficient SA-KNN algorithm with adaptive K value  

SUN Ke1,3,GONG Yonghong1,2,DENG Zhenyun1,3   

  1. (1.Guangxi Key Laboratory of MultiSource Information Mining & Security,Guangxi Normal University,Guilin 541004;
    2.Guilin University of Aerospace Technology,Guilin 541004;
    3. College of Computer Science and Information Technology,Guangxi Normal University,Guilin 541004,China)
  • Received:2014-09-22 Revised:2014-11-26 Online:2015-10-25 Published:2015-10-25

Abstract:

Traditional K Nearest Neighbors (KNN) classification method has drawbacks such as no elimination of noise samples,no manifold structure preservation of the samples, and no consideration of the correlation between samples.To solve these problems,we propose an efficient SAKNN algorithm with adaptive K value.Sparse learning theory is introduced and we reconstruct each test sample with the training samples for KNN classification. We introduce an  l2,1 norm to remove the noisy samples,employ the Locality Preserving Projections (LPP) to keep the data structures,and makes the best use of the correlation between the samples in the reconstruction process.With these technologies we can get the transformation matrix W and in turn determine the value of K.Simulation results on the UCI data sets demonstrate a better classification accuracy than the traditional KNN and the EntropyKNN method.

Key words: K nearest neighbor (KNN) classification;correlation;removal of noise samples;locality preserving projection;sparse learning