[0aa069]: / src / kmeans_cluster.r

Download this file

7 lines (4 with data), 73 Bytes

1
2
3
4
5
6
7
> View(newdf)
> newdf=df[,c(-1,-2,-3,-1050)]
> fc=kmeans(newdf,2)
> fc