Awesome
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
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