Navigation

Operators and Keywords

Function List:

C++ API

MVN_KMEANS Compute K-Means clustering on the given mvn models in respect to the given divergence. Standard is the symmetric Kullback-Leibler divergence between the models.

   [centers, assig] = MVN_KMEANS_SKL(models, k, type) computes a k-means
   clustering using the given the SKL divergence. We return k mvn
   centers and the assignment of the models to their centers.

   See: Clustering with Bregman divergences, A. Banerjee et al., The
   Journal of Machine Learning Research 2005, Volume 6.

Package: mvn