https://github.com/atsushisakai/pyfastnns
Fast Nearest Neighbor Search on python
https://github.com/atsushisakai/pyfastnns
Last synced: 4 months ago
JSON representation
Fast Nearest Neighbor Search on python
- Host: GitHub
- URL: https://github.com/atsushisakai/pyfastnns
- Owner: AtsushiSakai
- License: mit
- Created: 2016-12-27T17:32:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T21:04:05.000Z (over 8 years ago)
- Last Synced: 2025-02-27T04:46:34.365Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyfastnns
Fast Nearest Neighbor Search on pythonIt uses kd-tree for fast NNS.
# Install
clone and just import pyfastnns.py
# Usages
see the test codes in pyfastnns.py
# Licence
[MIT](https://github.com/AtsushiSakai/pyfastnns/blob/master/LICENSE)
# Author
[AtsushiSakai](http://atsushisakai.github.io/) @Atsushi_twi