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 | sh
Here are the instructions on how to setup the project.
Clone the repository
git clone https://github.com/sumedhe/som.git
cd som
Build the project
cargo build --release
To start the program,
cargo run
Unit tests
cargo test