som
Self Organizing Map
Pre-requisites
Setup rust
To download Rustup and install Rust, run the following in your terminal, then follow the on-screen instructions.
curl https://sh.rustup.rs -sSf | shSetting up the project
Here are the instructions on how to setup the project.
Clone Project
Clone the repository
git clone https://github.com/sumedhe/som.git
cd somBuild
Build the project
cargo build --releaseBuild & Run program
To start the program,
cargo runRun tests
Unit tests
cargo test