NearPy
Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
File Explorer
Download Latest Version (.zip)- __init__.py
- cosine.py
- distance.py
- euclidean.py
- manhattan.py
- __init__.py
- example1.py
- example2.py
- __init__.py
- distanceratioexperiment.py
- recallprecisionexperiment.py
- __init__.py
- distancethresholdfilter.py
- nearestfilter.py
- uniquefilter.py
- vectorfilter.py
- __init__.py
- hashpermutationmapper.py
- hashpermutations.py
- permutation.py
- permute.py
- permutedIndex.py
- __init__.py
- lshash.py
- pcabinaryprojections.py
- pcadiscretizedprojections.py
- randombinaryprojections.py
- randombinaryprojectiontree.py
- randomdiscretizedprojections.py
- unibucket.py
- __init__.py
- storage.py
- storage_memory.py
- storage_mongo.py
- storage_pickle.py
- storage_redis.py
- __init__.py
- utils.py
- __init__.py
- engine.py
- __init__.py
- distances_tests.py
- engine_tests.py
- experiments_tests.py
- filters_tests.py
- hash_storage_tests.py
- hashes_tests.py
- permutation_tests.py
- projection_trees_tests.py
- storage_tests.py
- .gitignore
- .travis.yml
- LICENSE.txt
- MANIFEST
- README.md
- README.txt
- requirements.txt
- run_examples.py
- run_experiment.py
- run_tests.py
- setup.cfg
- setup.py
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/pixelogik/NearPy
Downloads the entire project code from GitHub to your computer.
cd NearPy
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
