KNN

KNN (K-Nearest Neighbors) is a supervised machine learning algorithm used for classification and regression, though it’s more commonly used for classification.

Last updated