• Stars
    star
    14
  • Rank 1,392,139 (Top 29 %)
  • Language
    Racket
  • Created about 11 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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