A centroid k-nearest neighbor method

  • Authors:
  • Qingjiu Zhang;Shiliang Sun

  • Affiliations:
  • Department of Computer Science and Technology, East China Normal University, Shanghai, P.R. China;Department of Computer Science and Technology, East China Normal University, Shanghai, P.R. China

  • Venue:
  • ADMA'10 Proceedings of the 6th international conference on Advanced data mining and applications: Part I
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

K-nearest neighbor method (KNN) is a very useful and easy-implementing method for real applications. The query point is estimated by its K nearest neighbors. However, this kind of prediction simply uses the label information of its neighbors without considering their space distributions. This paper proposes a novel KNN method in which the centroids instead of the neighbors themselves are employed. The centroids can reflect not only the label information but also the distribution information of its neighbors. In order to evaluate the proposed method, Euclidean distance and Mahalanobis distance is used in our experiments. Moreover, traditional KNN is also implemented to provide a comparison with the proposed method. The empirical results suggest that the propose method is more robust and effective.