What steps will reproduce the problem?
1. model = mixexpFit(FGD,FGT,4);
2. >> yp=mixexpPredict(model,FGD);
What is the expected output? What do you see instead?
??? Reference to non-existent field 'Nclasses'.
Error in ==> mixexpPredict at 34
yhat_k = zeros(N, model.Nclasses, K);
What version / revision of the product are you using? On what operating
system?
PMTK (r2776)/Windows (Matlab)
Please provide any additional information below.
yhat_k = zeros(N, model.Nclasses, K);
replace with
yhat_k = zeros(N, model.nclasses, K);
Original issue reported on code.google.com by RA.Dragun on 2 Jun 2011 at 6:28
Original issue reported on code.google.com by
RA.Dragun
on 2 Jun 2011 at 6:28