The Algorithms logo
The Algorithms
SobreFaça uma doação

Heirarchical Clustering

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