/Nearest-Neighbour-LSH

C++ program that, given a vectorised dataset and query set, performs locality sensitive hashing, finding either Nearest Neighbour (NN) or Neighbours in specified range of points in query set, using either Euclidian distance or Cosine Similarity.

Primary LanguageC++MIT LicenseMIT

Stargazers