lfloeer / cysom

A simple but fast implementation of a self-organizing map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cysom

A simple but fast implementation of a self-organizing map.

The class BaseSOM implements a self-organizing map which can be trained either in batch or on-line mode. It offers various functions that can be overridden to implement other geometries than euclidian.

About

A simple but fast implementation of a self-organizing map

License:MIT License


Languages

Language:Python 100.0%