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 reported on code.google.com by bus...@gmail.com on 19 Jul 2011 at 8:37
Original issue reported on code.google.com by
bus...@gmail.com
on 19 Jul 2011 at 8:37