Interface RNNSearch<K,V> 
- Type Parameters:
 K- the type of keys.V- the type of associated objects.
- All Known Implementing Classes:
 BKTree, CoverTree, KDTree, LinearSearch, LSH, MPLSH, MutableLSH, SNLSH
public interface RNNSearch<K,V> 
Retrieves the nearest neighbors to a query in a radius. It is a natural
generalization of point and continuous nearest neighbor queries and has
many applications.
- 
Method Summary
 
- 
Method Details
- 
search
 
 -