https://github.com/van51/jlann
Approximate Nearest Neighbor library with linear space and sublinear query time, based on random projections.
https://github.com/van51/jlann
Last synced: about 1 year ago
JSON representation
Approximate Nearest Neighbor library with linear space and sublinear query time, based on random projections.
- Host: GitHub
- URL: https://github.com/van51/jlann
- Owner: van51
- License: mit
- Created: 2017-04-12T12:03:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:20:27.000Z (about 9 years ago)
- Last Synced: 2025-02-05T03:22:13.567Z (over 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jlann
Approximate Nearest Neighbor library with linear space and sublinear query time, based on random projections.