-
Notifications
You must be signed in to change notification settings - Fork 151
/
MANIFEST
33 lines (33 loc) · 990 Bytes
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# file GENERATED by distutils, do NOT edit
README.txt
LICENSE.txt
setup.py
nearpy/__init__.py
nearpy/engine.py
nearpy/distances/__init__.py
nearpy/distances/angular.py
nearpy/distances/distance.py
nearpy/distances/euclidean.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/randomdiscretizedprojections.py
nearpy/hashes/unibucket.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