This class can be used to do a "kmeans" on a given set of data.
This class can be used to do a "kmeans" on a given set of data. It has been implemented in the framework of a Distribution that can be trained with EM. This means that the kmeans distance is in fact returned by the method logProbability.Note that as KMeans is a subclass of DiagonalGMM, they share the same parameter structure. Hence, a DiagonalGMM can be easily initialized by a KMeans.
Alphabetic index HTML hierarchy of classes or Java