I want to use Bayes Net Toolbox in matlab , especially score_dags(data, ns, dags) function .
I have:
-3 nodes
-All combinational subset of these nodes that create dag (will be 25 dags)
-Array with size (3,30) where each rows represent the data of nodes (e.g. row 1 for node 1)
When I call the function , if the parameter “data” is the array , and the parameter “dags” is the 25 dags then what it “ns” parameter?
I really appreciate any help you can provide.