test_data {knor} | R Documentation |
A small dataset of dim: (50,5) used as for micro-benchmarks of the knor package. The data are randomly generated hence a clear number of clusters will be hard to find.
data(test_data)
An object of class "matrix"
ncenters <- 8 kms <- Kmeans(test_data, ncenters)