Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 949 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 949 Bytes

som

Self Organizing Map

Build Status Codacy Badge

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 | sh

Setting 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 som

Build

Build the project

cargo build --release

Build & Run program

To start the program,

cargo run

Run tests

Unit tests

cargo test