bayesnet / bnt

Bayes Net Toolbox for Matlab
460 stars 247 forks source link

Seemingly missing functions from the source code #5

Open ido opened 10 years ago

ido commented 10 years ago

From joh...@gmail.com on July 08, 2010 16:43:27

What steps will reproduce the problem? running mk_named_CPT results in an error due to the function 'stringmatch' being missing using gibbs sampling inference there is an error due to the function 'compute_posterior' being missing What is the expected output? What do you see instead? What version of the product are you using?1.07 On what operating system? Win XP (SP3) Please provide any additional information below. Replacing the reference to 'stringmatch' with 'strmatch' and including the 'exact' option appears to fix the first problem. The second problem appears to be solved by running 'installC_BNT' after changing the directory in the file and making pathnames consistent with windows, i.e. replace all / with . (This contradicts the statement that this method is no longer needed).

Original issue: http://code.google.com/p/bnt/issues/detail?id=5

ido commented 10 years ago

From wmaiou...@gmail.com on October 31, 2010 18:05:11

thank you very much for posting this problem and the solution for compute_posterior. I had the same problem with compute_posterior when using gibbs sampling inference