Clusters聚类

2019-11-04  本文已影响0人  董建梅

library(cluster)

autoplot(clara(df[-5],3))

autoplot(fanny(df[-5], 3), frame = TRUE,shape = FALSE, label.size = 3)

autoplot(pam(df[-5], 3), frame = TRUE, frame.type = 'norm',shape = FALSE, label.size = 3)

上一篇 下一篇

猜你喜欢

热点阅读