"Pagliari, Roberto" <[email protected]> wrote: > If that's the case, why is that the underlying implementation of k-means > does not take this into account?
Because then it would be the "classification EM algorithm" (often called CEM) instead of k-means. By definition, k-means is CEM constrained with equal cluster size and equal and spherical covariance matrices. Sturla ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
