Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 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