Question
Why is k-NN considered nonparametric?
Select an option. Your answer will be checked instantly.
Correct Answer: A. It does not assume a fixed functional form with a fixed number of learned coefficients
Explanation:
k-NN represents the decision rule through stored data and local neighborhoods rather than a predetermined equation. Its effective complexity can grow with the amount of training data.
Leave a Reply