Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 664 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 664 Bytes

som

Self Organizing Map

Codacy Badge

Setting up the project

Here are the instructions on how to setup the project.

Build

Clone the repository

$ git clone https://github.com/sumedhe/som.git
$ cd som

Then run cmake

$ cmake -H. -Bbuild
$ cd build
$ cmake --build .

Run program

To start the program,

$ ./bin/som

Run tests

Using unit_tests:

$ ./bin/unit_tests

Using ctest:

$ ctest