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>.
Version: | 0.1.0 |
Imports: | openssl, phylogram |
Published: | 2019-09-05 |
DOI: | 10.32614/CRAN.package.dclust |
Author: | Shaun Wilkinson [aut, cre], Paolo Giordani [aut] |
Maintainer: | Shaun Wilkinson <shaunpwilkinson at gmail.com> |
BugReports: | http://github.com/shaunpwilkinson/dclust/issues |
License: | GPL-3 |
URL: | http://github.com/shaunpwilkinson/dclust |
NeedsCompilation: | no |
CRAN checks: | dclust results |
Reference manual: | dclust.pdf |
Package source: | dclust_0.1.0.tar.gz |
Windows binaries: | r-devel: dclust_0.1.0.zip, r-release: dclust_0.1.0.zip, r-oldrel: dclust_0.1.0.zip |
macOS binaries: | r-release (arm64): dclust_0.1.0.tgz, r-oldrel (arm64): dclust_0.1.0.tgz, r-release (x86_64): dclust_0.1.0.tgz, r-oldrel (x86_64): dclust_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=dclust to link to this page.