The Algorithms logo
The Algorithms
Acerca deDonar

Heirarchical Clustering

A
set.seed(42)
clusters <- hclust(dist(iris[, -5]))
plot(clusters)