Self Organizing Map
To download Rustup and install Rust, run the following in your terminal, then follow the on-screen instructions.
curl https://sh.rustup.rs -sSf | shHere are the instructions on how to setup the project.
Clone the repository
git clone https://github.com/sumedhe/som.git
cd somBuild the project
cargo build --releaseTo start the program,
cargo runUnit tests
cargo test