pmtk3 icon indicating copy to clipboard operation
pmtk3 copied to clipboard

mixexpPredict typo

Open ido opened this issue 11 years ago • 0 comments

From RA.Dragun on June 02, 2011 02:28:10

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: http://code.google.com/p/pmtk3/issues/detail?id=27

ido avatar Jan 04 '14 01:01 ido