k-Nearest Neighbors is a classification algorithm that is easy to apply.
One needs to select:
- The value of k (how many neighbors to use)
- Which features to include from the data
The proposed app applies k-Nearest Neighbors to a data set and allows the user to choose the value of k and which features to include.
A graphical output displays the data points classified by color, indicating which ones were misclassified.
The goal is to help the user understand which features of this particular data set are most important, and how the value of k affects the accuracy of the classifier.