SOMbrero is an R package that implements the stochastic (also called on-line) Self-Organising Map (SOM) algorithm for numeric and relational data.
SOMbrero code repository has been moved to https://forge.inrae.fr/nathalie.villa-vialaneix/sombrero but you can still use this github repository to post issues.
Suggest corrections or new features:
- Either post an issue with the suggestion.
- Or clone the source code repository and send me your suggested commits (with a link or creating a patch:
git diff tag1..tag2 > mypatch.patch
).