What steps will reproduce the problem?
1. Run the basic examples of Bayes net from
http://bnt.googlecode.com/svn/trunk/docs/usage.html
2.
3.
What is the expected output? What do you see instead?
mk_bnet should work without error.
What version of the product are you using? On what operating system?
1.0.7
Please provide any additional information below.
bnet=mk_bnet(dag, node_sizes,'discrete',[2 2 2 2]);
Undefined function 'mysetdiff' for input arguments of type 'double'.
Then I changed mysetdiff to builtin setdiff()
bnet = mk_bnet(dag, node_sizes, 'discrete', discrete_nodes);
Undefined function 'parents' for input arguments of type 'double'
Original issue reported on code.google.com by MasudCs...@gmail.com on 12 Mar 2013 at 12:20
Original issue reported on code.google.com by
MasudCs...@gmail.com
on 12 Mar 2013 at 12:20