pmtk3 icon indicating copy to clipboard operation
pmtk3 copied to clipboard

hmmFwdBackMaxProduct runs with error

Open ido opened this issue 11 years ago • 0 comments

From [email protected] on June 10, 2012 15:10:36

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: http://code.google.com/p/pmtk3/issues/detail?id=42

ido avatar Jan 04 '14 01:01 ido