K
- the type of keys.V
- the type of associated objects.public interface RNNSearch<K,V>
void range(K q, double radius, List<Neighbor<K,V>> neighbors)
q
- the query key.radius
- the radius of search range from target.neighbors
- the list to store found neighbors in the given range on output.Copyright © 2015. All rights reserved.