https://github.com/pforemski/go-kdtree
A kd-tree implementation in Golang
https://github.com/pforemski/go-kdtree
golang kdtree machine-learning
Last synced: 5 months ago
JSON representation
A kd-tree implementation in Golang
- Host: GitHub
- URL: https://github.com/pforemski/go-kdtree
- Owner: pforemski
- License: gpl-3.0
- Created: 2018-01-04T13:32:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T18:11:22.000Z (over 8 years ago)
- Last Synced: 2025-08-15T00:40:36.775Z (11 months ago)
- Topics: golang, kdtree, machine-learning
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-kdtree
A [kd-tree](https://en.wikipedia.org/wiki/K-d_tree) implementation in Golang that supports:
* n-dimensional points,
* range searches,
* median search using sampling,
* auxiliary data attached to points.
Documentation at [godoc.org](https://godoc.org/github.com/pforemski/go-kdtree)
Licensed under GNU GPL v3. Copyright (C) 2018 by Pawel Foremski, [@pforemski](https://twitter.com/pforemski).