-
Notifications
You must be signed in to change notification settings - Fork 194
Home
Ilya Razenshteyn edited this page Dec 8, 2015
·
20 revisions
FALCONN is a C++ library for similarity search over high-dimensional data. This page contains links to several documentation files:
- FALCONN is based on Locality-Sensitive Hashing (LSH), see the LSH Primer for an introduction to LSH
- FALCONN uses two LSH families: hyperplane LSH and cross-polytope LSH, see the brief description of these hashing families
- Here is a page on how to use FALCONN
- Read the docs for the main wrapper generated by Doxygen