KNN Algorithm\n\nKNN is a simple, 'lazy' learning algorithm. It classifies a point based on the labels of its 'k' closest neighbors in the data space.