Learn R Programming

⚠️There's a newer version (1.5.0) of this package.Take me there.

SOMbrero (version 1.2)

SOM Bound to Realize Euclidean and Relational Outputs

Description

The stochastic (also called on-line) version of the Self-Organising Map (SOM) algorithm is provided. Different versions of the algorithm are implemented, for numeric and relational data and for contingency tables. The package also contains many plotting features (to help the user interpret the results) and a graphical user interface based on shiny.

Copy Link

Version

Install

install.packages('SOMbrero')

Monthly Downloads

346

Version

1.2

License

GPL (>= 2)

Maintainer

Nathalie VillaVialaneix

Last Published

September 2nd, 2016

Functions in SOMbrero (1.2)

SOMbrero

Self Organizing Maps Bound to Realize Euclidean and Relational Outputs
predict.somRes

Predict the classification of a new observation
plot.somRes

Draw a somRes class object
quality

Compute SOM algorithm quality criteria
somRes.plotting

Plotting somRes results
sombreroGUI

Graphical Web User Interface for SOMbrero
protoDist

Compute distances between prototypes
projectIGraph

Compute the projection of a graph on a grid
lesmis

Dataset "Les Miserables"
plot.myGrid

Draw a myGrid class object
superClass

Create super-clusters from SOM clustering
trainSOM

Run the SOM algorithm
initGrid

Create an empty Self-Organizing Map structure
initSOM

Initialize parameters for the SOM algorithm