hclust1d-package {hclust1d} | R Documentation |
Univariate agglomerative hierarchical clustering with a comprehensive list of choices of a linkage function in O(n*log n) time. The better algorithmic time complexity is paired with an efficient 'C++' implementation.
hclust1d
FunctionsSimilar in use to stats::hclust
. It consists of the following functions:
hclust1d
- univariate agglomerative hierarchical clustering routine.
supported_methods
- lists all currently supported linkage methods.
supported_dist.methods
- lists all currently supported distance methods.
For more information see a friendly "Getting started" vignette:
## Not run:
vignette("getting-started", package="hclust1d")
## End(Not run)