SOM Toolbox Online documentation http://www.cis.hut.fi/projects/somtoolbox/

som_estimate_gmm

[K,P] = som_estimate_gmm(sM, sD)

SOM_ESTIMATE_GMM Estimate a gaussian mixture model based on map.

 [K,P] = som_estimate_gmm(sM, sD)

  Input and output arguments:
   sM    (struct) map struct
   sD    (struct) data struct
         (matrix) size dlen x dim, the data to use when estimating
                  the gaussian kernels

   K     (matrix) size munits x dim, kernel width parametes for 
                  each map unit
   P     (vector) size 1 x munits, a priori probability of each map unit

 See also SOM_PROBABILITY_GMM.



[ SOM Toolbox online doc ]