Question 9
Consider a binary classification problem with a training dataset of 100 points, evenly distributed between two classes (50 points in each class). You decide to train a k-NN algorithm with k = 3. Each point is considered its own neighbor during classification.
Based on the above data, answer the given subquestions.
What is the minimum number of misclassifications that can occur in the training dataset when using this k-NN algorithm?