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
GoogleCodeExporter opened this issue Apr 23, 2016 · 1 comment
Open

Installation problem #29

GoogleCodeExporter opened this issue Apr 23, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Moved to GitHub: https://github.com/probml/pmtk3/issues/29

Original comment by irosen on 4 Jan 2014 at 2:35

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