Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem #29

Open
ido opened this issue Jan 4, 2014 · 0 comments
Open

Installation problem #29

ido opened this issue Jan 4, 2014 · 0 comments

Comments

@ido
Copy link
Member

ido commented Jan 4, 2014

From bus...@gmail.com 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant