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

https://github.com/prateek/knn-go

K-Nearest Neighbours library for Golang
https://github.com/prateek/knn-go

Last synced: 11 months ago
JSON representation

K-Nearest Neighbours library for Golang

Awesome Lists containing this project

README

          

# knn-go
K-Nearest Neighbours library for Golang

Note: This is alpha software at best. I make no guarantees as to the correctness of the implementation, nor to the stability of the API. Use at your own risk.

# Sample Usage
https://github.com/prateek/knn-go/blob/eff5ea74d6fa18f95a5cc1a84bb64fa53a727253/naive_example_test.go#L7-L37