Metadata-Version: 2.1
Name: somappy
Version: 0.1.0
Summary: A Self Organizing Map library based on R-Kohonen.
Home-page: https://github.com/dcdenu4/somappy
Author: Doug Denu
Author-email: dcdenu4@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# somappy | A Self Organizing Map Utility
Implements a Self Organizing Map algorithm based on the
[R Kohonen SOM](https://cran.r-project.org/web/packages/kohonen/kohonen.pdf)
in Python.


## Run the Self Organizing Map
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

## Example
More soon!


