test_centroids {clusternor} | R Documentation |
A small example of centroids of dim: (8,5) used as for micro-benchmarks of the clusternor package. The data are randomly generated.
data(test_centroids)
An object of class "matrix"
data(test_centroids) kms <- Kmeans(test_data, test_centroids)