K-Nearest Neighbours algorithm is a _____ classification algorithm that…
2023
K-Nearest Neighbours algorithm is a _____ classification algorithm that classifies new data point based on the nearest data point.
- A.
Unsupervised
- B.
Supervised
- C.
Reinforcement
- D.
Deep learning
Show answer & explanation
Correct answer: B
K-nearest neighbours is a supervised learning algorithm because it classifies a new data point using labelled examples near it.