powered by
Compute clusters hierarchically from distance matrix
compute_clusters(dmat, linkage_method)
clusters computed by fastcluster::hclust()
fastcluster::hclust()
a distance matrix
a linkage method supported by fastcluster::hclust()
dmat <- compute_dmat(iris, "euclidean", TRUE, c("Petal.Length", "Sepal.Length")) res <- compute_clusters(dmat, "complete")
Run the code above in your browser using DataLab