An analysis of order dependence in k-NN

  • Authors:
  • David McSherry;Christopher Stretch

  • Affiliations:
  • School of Computing and Information Engineering, University of Ulster, Coleraine, Northern Ireland;School of Computing and Information Engineering, University of Ulster, Coleraine, Northern Ireland

  • Venue:
  • AICS'09 Proceedings of the 20th Irish conference on Artificial intelligence and cognitive science
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

In classification based on k-NN with majority voting, the class assigned to a given problem is the one that occurs most frequently in the k most similar cases (or instances) in the dataset. However, different versions of k-NN may use different strategies to select the cases on which the solution is based when there are ties for the kth most similar case. One strategy is to break ties for the kth most similar case based on the ordering of cases in the dataset. We present an analysis of the order dependence introduced by this strategy and its effects on the algorithm's performance.