K
- the type of keys.V
- the type of associated objects.public interface NearestNeighborSearch<K,V>
Modifier and Type | Method and Description |
---|---|
Neighbor<K,V> |
nearest(K q)
Search the nearest neighbor to the given sample.
|
Copyright © 2015. All rights reserved.