Optimization of distance formula in K-Nearest Neighbor method

Arif Ridho Lubis,Muharman Lubis,Al- Khowarizmi
DOI: https://doi.org/10.11591/eei.v9i1.1464
2020-02-01
Bulletin of Electrical Engineering and Informatics
Abstract:K-Nearest Neighbor (KNN) is a method applied in classifying objects based on learning data that is closest to the object based on comparison between previous and current data. In the learning process, KNN calculates the distance of the nearest neighbor by applying the euclidean distance formula, while in other methods, optimization has been done on the distance formula by comparing it with the other similar in order to get optimal results. This study will discuss the calculation of the euclidean distance formula in KNN compared with the normalized euclidean distance, manhattan and normalized manhattan to achieve optimization results or optimal value in finding the distance of the nearest neighbor.
What problem does this paper attempt to address?