Package: somhca
Type: Package
Title: Self-Organising Maps Coupled with Hierarchical Cluster Analysis
Version: 0.2.0
Authors@R: person(given = "Gianluca",
                  family = "Pastorelli",
                  role = c("aut", "cre"),
                  email = "gianluca.pastorelli@gmail.com",
			comment = c(ORCID = "0000-0001-6926-1952"))
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 to generate a model using 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)
    <doi:10.1002/xrs.3388>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: dplyr, kohonen, aweSOM, maptree, RColorBrewer
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-01-26 11:00:45 UTC; B041254
Author: Gianluca Pastorelli [aut, cre]
    (<https://orcid.org/0000-0001-6926-1952>)
Maintainer: Gianluca Pastorelli <gianluca.pastorelli@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-27 09:00:06 UTC
Built: R 4.6.0; ; 2025-10-14 03:45:12 UTC; windows
