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 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 M, Karypis G, Kumar V (2000) A Comparison of Document Clustering Techniques. Proceedings of World Text Mining Conference, KDD2000, Boston. License: GPL-3 Encoding: UTF-8 URL: http://github.com/shaunpwilkinson/dclust BugReports: http://github.com/shaunpwilkinson/dclust/issues Imports: openssl, phylogram RoxygenNote: 6.1.1 Config/pak/sysreqs: libssl-dev Repository: https://shaunpwilkinson.r-universe.dev Date/Publication: 2019-08-28 23:46:59 UTC RemoteUrl: https://github.com/shaunpwilkinson/dclust RemoteRef: HEAD RemoteSha: 795211817f83da1b0181e7d95f887947053b8602 NeedsCompilation: no Packaged: 2026-06-15 11:07:30 UTC; root Author: Shaun Wilkinson [aut, cre] (ORCID: ), Paolo Giordani [aut]