Ph-k / KNN_LSH

C++ implementation of probabilistic kNN finding algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KNN_LSH

This repository contains the program implementation of projects 1 & 2 of the course “software development for algorithmic problems" of DIT – UoA. The kNN algorithm used here is probabilistic and uses locality sensitive hashing (or LSH for short).

Contributors

About

C++ implementation of probabilistic kNN finding algorithm


Languages

Language:C++ 96.7%Language:Makefile 3.3%