Projects with this topic
-
This project is the source repository of the CRAN package 'SOMbrero' https://cran.r-project.org/package=SOMbrero.
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 as described, respectively, in Kohonen (2001) isbn:3-540-67921-9, Olteanu & Villa-Vialaneix (2005) doi:10.1016/j.neucom.2013.11.047 and Cottrell et al (2004) doi:10.1016/j.neunet.2004.07.010. The package also contains many plotting features (to help the user interpret the results), can handle (and impute) missing values and is delivered with a graphical user interface based on 'shiny'.
Updated -
shinySbm is a package containing a shiny application. This application is build for network analysis based on the sbm package made by Chiquet J, Donnet S and Barbillon P (2023) CRAN. It allow to apply and explore the outputs of a Stochastic Block Model. It is useful if you want to analyse your data (could be adjacency matrix or edges list) without R language knowledge or to learn the basic lines of the sbm package.
Updated