Implements a Self Organizing Map algorithm based on the R Kohonen SOM in Python.
The SOM can be run by calling the graphical user interface script (GUI) directly form the command line:
>> somappy
The SOM can also be run from a python script :
- Examples/SOM-Driver-Example.py
- A simple example of how to make calls to run an SOM in a script
More soon!