Package: clusterability
Title: Performs Tests for Cluster Tendency of a Data Set
Version: 0.2.1.0
Authors@R: c(person("Zachariah", "Neville", email = "zachariahneville@outlook.com", role = c("aut", "cre")), person("Naomi", "Brownstein", email = "brownstn@musc.edu", role = "aut"), person("Maya", "Ackerman", role = "aut"), person("Andreas", "Adolfsson", role = "aut"))
Description: Test for cluster tendency (clusterability) of a data set.
    The methods implemented - reducing the data set to a single dimension using principal component analysis or computing
    pairwise distances, and performing a multimodality test like the Dip Test or Silverman's Critical Bandwidth Test - 
    are described in Adolfsson, Ackerman, and Brownstein (2019) <doi:10.1016/j.patcog.2018.10.026>. Such methods can inform whether clustering algorithms
    are appropriate for a data set.
Depends: R (>= 3.4.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports: diptest, splines, sparsepca, elasticnet
Suggests: testthat
NeedsCompilation: no
Packaged: 2025-09-29 18:51:40 UTC; Zach
Author: Zachariah Neville [aut, cre],
  Naomi Brownstein [aut],
  Maya Ackerman [aut],
  Andreas Adolfsson [aut]
Maintainer: Zachariah Neville <zachariahneville@outlook.com>
Repository: CRAN
Date/Publication: 2025-09-29 22:00:10 UTC
Built: R 4.4.3; ; 2025-10-21 13:13:30 UTC; windows
