Question
A binary k-NN classifier uses an even value of k and obtains equal votes. What issue has occurred?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A classification tie requiring a defined tie-breaking rule
Explanation:
Equal class votes do not identify a unique majority prediction. The implementation must specify a policy such as distance weighting or a deterministic class priority.
Leave a Reply