R/find-centers-kpp.R
find_centers_kpp.Rd
Generate initial centroids for clustering randomly
find_centers_kpp(x, k, given = NULL)
An object which can be coerced to matrix, typically matrix itself or data.frame.
matrix
data.frame
A number of clusters.
Given centers. Not yet implemented.