--- a +++ b/src/kmeans_cluster.r @@ -0,0 +1,7 @@ +> View(newdf) + +> newdf=df[,c(-1,-2,-3,-1050)] + +> fc=kmeans(newdf,2) + +> fc \ No newline at end of file