The Algorithms logo
算法
关于我们捐赠

层次聚类

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