Skip to content
Ilya Razenshteyn edited this page Dec 7, 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

Clone this wiki locally