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