k-means++
Cluster multivariate data using the k-means++ algorithm.
Author: Laurent S
I am trying to get initial centriod using your kmeans++ matlab code ,but i am not able to understand the output
your function returns like for e.g. I need ten clusters for the given data . I don't know how to get this information
from [L , C].