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

https://github.com/asbaker/racket-knn

K Nearest Neighbors, KNN, is a lazy, supervised machine learning algorithm. This is an implementation in scheme using racket.
https://github.com/asbaker/racket-knn

Last synced: 6 months ago
JSON representation

K Nearest Neighbors, KNN, is a lazy, supervised machine learning algorithm. This is an implementation in scheme using racket.

Awesome Lists containing this project

README

        

racket-knn
==========

K Nearest Neighbors, KNN, is a lazy, supervised machine learning algorithm. This is an implementation in scheme using racket.

To run the tests execute raco test *-test.rkt

To run the algorithm execut racket -t knn.rkt -m