✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Using distance-weighted KNN with K=3, a test point has three neighbours: A (class Red, distance 1), B (class Blue, distance 2), C (class Blue, distance 4). Using weights = 1/distance, what is the predicted class?