Rank: 15367 based on 0 downloads (last 30 days) and 0 files submitted
photo

Shawn_lj Qingsheng

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Shawn_lj View all
Updated File Comments Rating
30 Dec 2008 mmvn_toolkit complete toolkit for generating, training, testing and viewing multidimensional gaussian mixtures Author: Michael Boedigheimer

Hello! I tried the example in the MMView.m, but the error happened as below:
>>mm = MModel(X, [1 2], 4 );
??? Error using ==> kmeans.kmeans
Too many input arguments.

Error in ==> MModel.kmeans_init at 30
    [Ci,C] = kmeans(mm.x(:,mm.s), k,...

Error in ==> MModel.MModel at 90
        mm = kmeans_init(mm,t);

Please solve the problem and tell me, thanks!

29 Dec 2008 EM_GM An expectation maximization algorithm for learning a multi-dimensional Gaussian mixture. Author: Patrick Tsui

When I run [W,M,V,L] = EM_GM(X,3,[],[],1,[]); on matlab command as the example, the error happened, as below:

??? Error using ==> kmeans.kmeans
Too many input arguments.

Error in ==> EM_GM>Init_EM at 305
[Ci,C] = kmeans(X,k,'Start','cluster', ...

Error in ==> EM_GM at 63
    [W,M,V] = Init_EM(X,k); L = 0;

Please help,thanks

Contact us at files@mathworks.com