pmtk3
pmtk3 copied to clipboard
Installation problem
From [email protected] on July 19, 2011 16:37:26
What steps will reproduce the problem? trainingData = data(:,4); nHidStates = 4;
% Learn the model using EM with random restarts nrestarts = 2; modelEM = hmmFit(trainingData, nHidStates, 'discrete', ... 'convTol', 1e-5, 'nRandomRestarts', nrestarts, 'verbose', false); What is the expected output? What do you see instead? It should create an hmm model. Instead it returns the error:
??? Undefined function or method 'logsumexp' for input arguments of type 'double'.
Error in ==> normalizeLogspace at 12 L = logsumexp(x, 2);
What version / revision of the product are you using? On what operating system?
Matlab version R2010b on Windows XP running pmtk3. Please provide any additional information below. PMTK installation failed -- was unable to download during the installation process -- proxy should have worked.
Original issue: http://code.google.com/p/pmtk3/issues/detail?id=29