The Algorithms logo
The Algorithms
AboutDonate

Heirarchical Clustering

E
clusters <- hclust(dist(iris[, -5]))
plot(clusters)