Question
How does a basic k-NN classifier assign a class to a new observation?
Select an option. Your answer will be checked instantly.
Correct Answer: D. It uses the majority class among the selected nearest neighbors
Explanation:
After finding the k closest labeled cases, classification is usually based on their vote. The class receiving the most votes is assigned to the new case.
Leave a Reply