Labeling a particular cluster in K-means in R

前端 未结 0 1054
北海茫月
北海茫月 2020-12-21 11:27

What are the modifications in code required if I want to label only datapoints in cluster 3?

> library(datasets)
head(iris)
library(ggplot2)
ggplot(iris, a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题