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
- Host: GitHub
- URL: https://github.com/prateek/knn-go
- Owner: prateek
- License: apache-2.0
- Created: 2023-05-26T04:18:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T05:46:12.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T16:18:46.155Z (over 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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