Package: dclust
Type: Package
Title: Divisive Hierarchical Clustering
Version: 0.1.0
Authors@R: c(person("Shaun", "Wilkinson", role = c("aut", "cre"),
                     email = "shaunpwilkinson@gmail.com", 
                     comment = c(ORCID = '0000-0002-7332-7931')),
             person("Paolo", "Giordani", role = "aut",
                     email = "paolo.giordani@uniroma1.it")
                     )
Maintainer: Shaun Wilkinson <shaunpwilkinson@gmail.com>
Description: Contains a single function dclust() for divisive hierarchical clustering based on 
    recursive k-means partitioning (k = 2). Useful for clustering large datasets
    where computation of a n x n distance matrix is not feasible (e.g. n > 10,000 records).
    For further information see Steinbach, Karypis and Kumar (2000) <http://glaros.dtc.umn.edu/gkhome/fetch/papers/docclusterKDDTMW00.pdf>.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: http://github.com/shaunpwilkinson/dclust
BugReports: http://github.com/shaunpwilkinson/dclust/issues
Imports: openssl, phylogram
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-05 03:57:20 UTC; shaun
Author: Shaun Wilkinson [aut, cre] (<https://orcid.org/0000-0002-7332-7931>),
  Paolo Giordani [aut]
Repository: CRAN
Date/Publication: 2019-09-05 12:00:02 UTC
Built: R 4.6.0; ; 2025-07-18 06:03:00 UTC; unix
