K-Leck Neighbors / KNN
A data point is a simple algorithm that is classified according to most of the closest neighboring class.
KNN is one of the 'tembel learning' algorithms that don't require training phase; it instantly calculates distance with all training data.
