Home > lyngby > lyngby_gmm_fit.m

lyngby_gmm_fit

PURPOSE ^

lyngby_gmm_fit - Gaussian mixture model, fitting

SYNOPSIS ^

function [mys, Sigmas, ps] = lyngby_gmm_fit(X, arg1, arg2, arg3,arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13,arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22)

DESCRIPTION ^

 lyngby_gmm_fit       - Gaussian mixture model, fitting 

        function [mys, Sigmas, ps] = lyngby_gmm_fit(X, ...
           'PropertyName', 'PropertyValue')

       Input:  X   Datamatrix, size: examples x variables. ie. if
                   voxels are to be clustered the datamatrix should
                   be voxels x time.
                Property:
                  'Assign'         Assignment vector, predefine
                                   cluster membership
                  'MeanOrigin'     [ {MeanTrainingSet} | ClusterCenters ]
                                   Specifices who the center of the
                                   gaussians should be found.
                  'ClusterCenters' Centers for the clusters. This
                                   should be defined if 'MeanOrigin'
                                   is set to 'ClusterCenters'
                  'VarianceType'   [ {Anisotrop} | Isotrop ]
                  'Reg'            {0} Regularization

         Output:        mys      Centers of Gaussian clusters
               Sigmas   Covariance of Gaussian clusters
               ps       Mixing parameters

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 29-Jul-2009 15:57:21 by m2html © 2003