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