LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/nearpy/__init__.py
src/nearpy/engine.py
src/nearpy/distances/__init__.py
src/nearpy/distances/cosine.py
src/nearpy/distances/distance.py
src/nearpy/distances/euclidean.py
src/nearpy/distances/manhattan.py
src/nearpy/experiments/__init__.py
src/nearpy/experiments/distanceratioexperiment.py
src/nearpy/experiments/recallprecisionexperiment.py
src/nearpy/filters/__init__.py
src/nearpy/filters/distancethresholdfilter.py
src/nearpy/filters/nearestfilter.py
src/nearpy/filters/uniquefilter.py
src/nearpy/filters/vectorfilter.py
src/nearpy/hashes/__init__.py
src/nearpy/hashes/lshash.py
src/nearpy/hashes/pcabinaryprojections.py
src/nearpy/hashes/pcadiscretizedprojections.py
src/nearpy/hashes/randombinaryprojections.py
src/nearpy/hashes/randombinaryprojectiontree.py
src/nearpy/hashes/randomdiscretizedprojections.py
src/nearpy/hashes/unibucket.py
src/nearpy/hashes/permutation/__init__.py
src/nearpy/hashes/permutation/hashpermutationmapper.py
src/nearpy/hashes/permutation/hashpermutations.py
src/nearpy/hashes/permutation/permutation.py
src/nearpy/hashes/permutation/permute.py
src/nearpy/hashes/permutation/permutedIndex.py
src/nearpy/storage/__init__.py
src/nearpy/storage/storage.py
src/nearpy/storage/storage_memory.py
src/nearpy/storage/storage_mongo.py
src/nearpy/storage/storage_pickle.py
src/nearpy/storage/storage_redis.py
src/nearpy/utils/__init__.py
src/nearpy/utils/utils.py
src/neighbours_python.egg-info/PKG-INFO
src/neighbours_python.egg-info/SOURCES.txt
src/neighbours_python.egg-info/dependency_links.txt
src/neighbours_python.egg-info/requires.txt
src/neighbours_python.egg-info/top_level.txt