An open API service indexing awesome lists of open source software.

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

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).