Generate initial centroids for clustering randomly

find_centers_kpp(x, k, given = NULL)

Arguments

x

An object which can be coerced to matrix, typically matrix itself or data.frame.

k

A number of clusters.

given

Given centers. Not yet implemented.