Skip to main content

Module knn

Module knn 

Source
Expand description

Algorithms for performing k-NN searches

Modules§

hnsw
An approximate nearest neighbor index search data structure

Functions§

linear_knn
Performs a linear knn search by iterating over everything in the space and performing a binary search on running set of neighbors.