Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lijx10/NN-Trees
Python implementation of Binary Search Tree, kd-tree for tree building, kNN search, fixed-radius search.
https://github.com/lijx10/NN-Trees
Last synced: 3 months ago
JSON representation
Python implementation of Binary Search Tree, kd-tree for tree building, kNN search, fixed-radius search.
- Host: GitHub
- URL: https://github.com/lijx10/NN-Trees
- Owner: lijx10
- License: gpl-3.0
- Created: 2020-03-11T10:22:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T00:45:46.000Z (over 4 years ago)
- Last Synced: 2024-08-01T03:45:48.657Z (5 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 104
- Watchers: 3
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NN-Trees
Python implementation of Binary Search Tree, kd-tree for tree building, kNN search, fixed-radius search.