Skip to content

BlinfoldKing/kroissant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kroisant

Simple K Nearest Neighbor Example/Implementation written in rust

How to use

  1. install rust programming language
  2. clone this repository
  3. cd into this repo directory
  4. run cargo install
  5. run command below
# slow mode
cargo run

# fast mode
cargo run --release
  1. a result.csv will be generated in the project root

Dependancies

  • rand
  • rust-csv

About

K Nearest Neighbour implementation using K-Fold Cross Validation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages