Learn R Programming

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

somhca (version 0.1.3)

Self-Organising Maps Coupled with Hierarchical Cluster Analysis

Description

Implements self-organising maps combined with hierarchical cluster analysis (SOM-HCA) for clustering and visualization of high-dimensional data. The package includes functions to estimate the optimal map size based on various quality measures and subsequently generates a model with the selected dimensions. It also performs hierarchical clustering on the map nodes to group similar units Documentation about the SOM-HCA method is provided in Pastorelli et al. (2024) .

Copy Link

Version

Install

install.packages('somhca')

Monthly Downloads

153

Version

0.1.3

License

MIT + file LICENSE

Maintainer

Gianluca Pastorelli

Last Published

January 23rd, 2025

Functions in somhca (0.1.3)

clusterSOM

Perform Clustering on SOM Nodes
finalSOM

Train Final SOM Model
optimalSOM

Estimate Optimal SOM Grid Size
readMatrix

Read a CSV File and Convert to a Matrix
generatePlot

Generate SOM Visualization Plots
getClusterData

Retrieve Clustered Data