Assume a scenario where there are three points A, B and C where all three are equal and are the nearest neighbors of an external point X. When I use the fastSearch() method to find the top K nearest neighbors (K>3) of a point, I see that only one of these points is being returned. Why is this the case?
Hi,
Assume a scenario where there are three points A, B and C where all three are equal and are the nearest neighbors of an external point X. When I use the fastSearch() method to find the top K nearest neighbors (K>3) of a point, I see that only one of these points is being returned. Why is this the case?
Thanks in advance for your response.
-Sanjay