Package: popsom7
Version: 7.1.0
Title: A Fast, User-Friendly Implementation of Self-Organizing Maps
        (SOMs)
Authors@R: c(person(given = "Lutz",
                      family = "Hamel",
                      role = c("aut", "cre"),
                      email = "lutzhamel@uri.edu"),
               person(given = "Benjamin",
                      family = "Ott",
                      role = "aut"),
               person(given = "Gregory",
                      family = "Breard",
                      role = "aut"),
               person(given = "Robert",
                      family = "Tatoian",
                      role = "aut"),
               person(given = "Michael",
                      family = "Eiger",
                      role = "aut"),
               person(given = "Vishakh",
                      family = "Gopu",
                      role = "aut"))
Maintainer: Lutz Hamel <lutzhamel@uri.edu>
Description: Methods for building self-organizing maps (SOMs) with a number of distinguishing features such automatic centroid detection and cluster visualization using starbursts.  For more details see the paper "Improved Interpretability of the Unified Distance Matrix with Connected Components" by Hamel and Brown (2011) in <ISBN:1-60132-168-6>.  The package provides user-friendly access to two models we construct: (a) a SOM model and (b) a centroid based clustering model. The package also exposes a number of quality metrics for the quantitative evaluation of the map, Hamel (2016) <doi:10.1007/978-3-319-28518-4_4>.  Finally, we reintroduced our fast, vectorized training algorithm for SOM with substantial improvements. It is about an order of magnitude faster than the canonical, stochastic C implementation <doi:10.1007/978-3-030-01057-7_60>.
License: GPL-3
URL: https://github.com/lutzhamel/popsom7
BugReports: https://github.com/lutzhamel/popsom7/issues
Imports: fields, graphics, ggplot2, hash, stats, som, grDevices
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Repository: CRAN
NeedsCompilation: yes
Packaged: 2025-03-02 13:59:25 UTC; ubuntu
Author: Lutz Hamel [aut, cre],
  Benjamin Ott [aut],
  Gregory Breard [aut],
  Robert Tatoian [aut],
  Michael Eiger [aut],
  Vishakh Gopu [aut]
Date/Publication: 2025-03-02 16:20:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 13:26:15 UTC; windows
Archs: x64
