Package: popsom7
Version: 7.0.0
Title: A User-Friendly Implementation of Self-Organizing Maps
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: Self-organizing maps with a number of distinguishing features:
    (1) 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>.
    (2) Two models of the data: (a) a self organizing map model, (b) a centroid based clustering model.
    (3) A number of easily accessible quality metrics, Hamel (2016) <doi:10.1007/978-3-319-28518-4_4>.
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: no
Packaged: 2025-02-18 14:21:56 UTC; lutz
Author: Lutz Hamel [aut, cre],
  Benjamin Ott [aut],
  Gregory Breard [aut],
  Robert Tatoian [aut],
  Michael Eiger [aut],
  Vishakh Gopu [aut]
Date/Publication: 2025-02-19 15:00:02 UTC
