https://github.com/endymecy/spatial-trees
Python implement for spatial trees
https://github.com/endymecy/spatial-trees
Last synced: 3 months ago
JSON representation
Python implement for spatial trees
- Host: GitHub
- URL: https://github.com/endymecy/spatial-trees
- Owner: endymecy
- License: apache-2.0
- Created: 2018-01-11T06:51:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T12:33:12.000Z (over 7 years ago)
- Last Synced: 2025-01-25T08:26:34.121Z (5 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spatial-trees

Python implement for spatial trees.
The library includes following trees:
- KD-tree
- R-tree
- Ball-tree
- OCTree
- Quad-tree
- Greene-tree
- R*-tree
- X-tree
- Cover tree# 参考
http://blog.sciencenet.cn/blog-1345027-792094.html