hi, i m finding following error:1.Error: File: emgm.m Line: 77 Column: 33
"mu" previously appeared to be used as a function or command,
conflicting with its use here as the name of a variable.
A possible cause of this error is that you forgot to initialize the
variable, or you have initialized it implicitly using load or eval.
2.Input argument "X" is undefined.
Error in ==> emgm_1 at 8
R = initialization(X,init);
plz plz resolve it
Hi, thanks for the code; well written.
Can you help me out with a simple query? When we specify the number of Gaussians to (say 2), can we find the weight of each Gaussian component, (i.e weight of all samples that have label=1 and weight of all samples that have label=2)?
Comment only