- Type Parameters:
K
- the type of keys.
V
- the type of associated objects.
- All Known Implementing Classes:
- CoverTree, KDTree, LinearSearch, LSH, MPLSH, SNLSH
public interface NearestNeighborSearch<K,V>
Nearest neighbor search, also known as proximity search, similarity search
or closest point search, is an optimization problem for finding closest
points in metric spaces. The problem is: given a set S of points in a metric
space M and a query point q ∈ M, find the closest point in S to q.