Which of the following statement is False in the case of the KNN Algorithm?
a. For a very large value of K, points from other classes may be included in the neighborhood.
b. For the very small value of K, the algorithm is very sensitive to noise.
c. KNN is used only for classification problem statements.
d. KNN is a lazy learner.