A 1-nearest-neighbour classifier must label the query point
Its three stored training points are:
| Point | Coordinates |
|---|---|
You run the classifier three times, changing only the distance metric: Manhattan (L1), Euclidean (L2), and Chebyshev (L∞).
Which statement correctly reports the nearest neighbour under each metric?
Select all that apply.