PaGrom / kohonen

SOM by Kohonen for linux git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies:
	Ubuntu:
		sudo apt-get install imagemagick libmagick++-dev libtinyxml-dev
	Mac OSX:
		sudo port install tinyxml

Compile:
	1. mkdir build
	2. cd build
	3. cmake ../
	4. make
	5. ./kohonen --help

About

SOM by Kohonen for linux git


Languages

Language:C++ 100.0%