K
- the type of keys.V
- the type of associated objects.public interface KNNSearch<K,V>
Modifier and Type | Method and Description |
---|---|
Neighbor<K,V>[] |
knn(K q,
int k)
Search the k nearest neighbors to the query.
|
Copyright © 2015. All rights reserved.