mohamed-helala / pmtk3

Automatically exported from code.google.com/p/pmtk3
MIT License
0 stars 0 forks source link

hmmFwdBackMaxProduct runs with error #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run hmmNbestDemo.m
2. Undefined function or variable "xi_summed".
Error in hmmFwdBackMaxProduct (line 39)
 xi_summed = xi_summed + tmpXi./sum(tmpXi(:)); % inlined call to
 normalize
Error in hmmNbestDemo (line 17)
[ff, logmaxprob] = hmmFwdBackMaxProduct(initDist, transmat, softev);
3.

What is the expected output? What do you see instead?
no error, xi_summed seems to be uninitiated, ff is not assigned in 
hmmFwdBackMaxProduct.m

What version / revision of the product are you using? On what operating
system? pmtk3 2011dec15, windows 7, matlab 2012a

Please provide any additional information below.

Original issue reported on code.google.com by csje...@gmail.com on 10 Jun 2012 at 7:10

GoogleCodeExporter commented 9 years ago
Moved to GitHub: https://github.com/probml/pmtk3/issues/42

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