som-4.1: Self-Organising Maps

The som package

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.

Properties

Versions1.0, 2.0, 3.0, 3.1, 4.0, 4.1
Dependenciesbase (4.*), base-unicode-symbols (0.2.*), binary (≥0.5 & <0.8), containers (0.4.2.*), grid (4.*), MonadRandom (0.1.*) or
base (4.*), base-unicode-symbols (0.2.*), binary (≥0.5 & <0.8), containers (0.5.*), grid (4.*), MonadRandom (0.1.*)
LicenseBSD3
Copyright(c) Amy de Buitléir 2010-2012
AuthorAmy de Buitléir
Maintaineramy@nualeargais.ie
Stabilityexperimental
CategoryMath
Upload dateWed Apr 3 09:10:54 UTC 2013
Uploaded byAmyDeBuitleir
Built onghc-7.6

Modules

Downloads