Introducing the somhca R package
Complex datasets often contain patterns that are difficult to interpret using traditional statistical methods alone. One effective approach is to combine self-organizing maps (SOM) with hierarchical cluster analysis (HCA) . Together, these techniques provide a powerful framework for exploring, visualizing and grouping high-dimensional data. SOM is an unsupervised neural network method that projects high-dimensional data onto a two-dimensional grid while preserving local relationships in the original data. Similar observations are positioned close to one another on the map, allowing patterns, relationships, trends and structures in complex datasets to become visually apparent, making SOM an excellent tool for dimensionality reduction and exploratory data analysis. However, SOM is not a clustering method by itself; it is primarily a topology-preserving mapping technique. When a large number of SOM units is used, similar observati...