Implementation of k nearest neighbours with use case.
is an implementation of k nearest neighbours algorithm.
is an iris classifier using the library.
git clone https://github.com/Siiir/rust-knn
cd rust-knn
cat ./data/unclassified_irises.csv | cargo run --release
cargo
that is usually installed with rustup
You can also pass arguments to the app after --, which is cargo's way to separate cargo args from app args.
Try: cargo r -r -- --help