I have a data set with (labeled) clusters. I'm trying to find the centroids of each cluster (a vector that his distance is the smallest from all data points of the cluster).
I found many solutions to perform clustering and only then find the centroids, but I didn't find yet for existing ones.
Python schikit-learn is preferred. Thanks.