Skip to content

LiScI-Lab/SOM.jl

Repository files navigation

SOM.jl - Kohonen's self-organising maps for Julia

Documentation

Build status

Build Status Coverage Status codecov.io

The package provides training and visualisation functions for Kohonen's self-organising maps for Julia. Training functions are implemented in pure Julia, without calling binary libraries.

Installation

Because SOM.jl is a registered package, it can be installed for Julia v0.7 or later with the package manager as

pkg> add SOM

The current version 0.4.0 is tested with Julia v1.0.3 and 1.2.0 (use version 0.2.0 with Julia v0.7 and v1.0 because of changes in the PyPlot (i.e. matplotlib) package).

Please refer to the documentation for details!