Using Bayes Net Toolbox for Matlab
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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), data is 0,1 or -1
- ns_array = [3,3,3]
When I call the function and pass data array as the parameter “data” , and the parameter “dags” is the 25 dags and “ns” parameter is ns_array , the result of the function is always the same, regardless of the data array: -9.76978793044148 -8.42426751081712 -8.42426751081712 7.89691186178541 ,,,,, etc
Why?
I really appreciate any help you can provide.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!