computeClusteringHclust | R Documentation |
hclust
objectsComputes hclust
objects for all combinations of distance
and agglomeration methods. Does not store distance matrices in the object!
computeClusteringHclust(object, ...)
## S4 method for signature 'Clustering'
computeClusteringHclust(
object,
methods_dist = "euclidean",
methods_aggl = "ward.D",
verbose = TRUE,
...
)
## S4 method for signature 'Analysis'
computeClusteringHclust(
object,
methods_dist = "euclidean",
methods_aggl = "ward.D",
verbose = TRUE
)
object |
Any object for whose class a method has been defined. |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
The input object.
If you want to store distance matrices use computeDistanceMatrices()
and subsequently agglomerateHierarchicalTrees()
. computeClusteringHclust()
is a wrapper around both that skips storing the distance matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.