Suppose I want to sort the specimens from the iris dataset using the k-means method. Also, I want to assess whether the rating was good or not. The easiest way to do this is as follows:
iris.kmeans <- kmeans(iris[, 1:4], 3)
table(iris$Speci...
asked by
16.08.2016 / 19:22