Skip to content

Python bindings for Locality-Sensitive Hashers, built on the minicore C++ library.

Notifications You must be signed in to change notification settings

dnbaker/minilsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

minilsh

Install via MINICORE_DIR=$PATH_TO_MINICORE python3 setup.py install.

Projects dense numpy matrices (float32), or sparse matrices in CSR notation, as wrapped by minicore.PyCSparseMatrix.

Call hasher.project() to compute projections (for dimensionality reduction or DCI) and hasher.hash() to floor these values for use in an LSH table.

About

Python bindings for Locality-Sensitive Hashers, built on the minicore C++ library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published