i see now, I have tried with 2009a and earlier version and it gave me error when i increased number of clusters. Work fine with 2009b although it is not converge.
I am very thankful for your reply.
Hi Michael,
Thanks for a quick reply. Here is the problem, I am try to clustering 11208 samples to 128 with dim is 14.
> x = rand(14,11208);
>[est_label,model] = emgm(x,128);
EM for Gaussian mixture: running ... ??? Error using ==> loggausspdf at 7
ERROR: sigma is not SPD.
Error in ==> emgm>expectation at 65
R(:,i) = loggausspdf(X,mu(:,i),Sigma(:,:,i));
Error in ==> emgm at 16
[R, llh(t)] = expectation(X,model);
I have tried to increase the sigma0 but the problem is still there.