@hackage som3.0
Self-Organising Maps
Categories
License
BSD-3-Clause
Maintainer
amy@nualeargais.ie
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- MonadRandom >=0.1 && <0.2
- base >=4 && <5
- base-unicode-symbols >=0.2 && <0.3
- binary >=0.5 && <0.6
- containers >=0.4.2 && <0.4.3 || >=0.5 && <0.6
- grid >=4 && <5 Show all…
Dependents (1)
@hackage/acme-everything
A Kohonen Self-organising Map (SOM) maps input patterns onto a regular grid (usually two-dimensional) where each node in the grid is a model of the input data, and does so using a method which ensures that any topological relationships within the input data are also represented in the grid. This implementation supports the use of non-numeric patterns.
In layman's terms, a SOM can be useful when you you want to discover the underlying structure of some data.
The userguide is available at https://github.com/mhwombat/som/wiki.
NOTE: Version 3.0 changed the order of parameters for many functions. This makes it easier for the user to write mapping and folding operations.