how to unroll DBN in python by pysmile?

The engine.
Post Reply
Yang Yajie
Posts: 34
Joined: Thu Mar 19, 2020 11:49 am

how to unroll DBN in python by pysmile?

Post by Yang Yajie »

I load one dbn.xdsl file in python, when I print node information and CPT of node, only static CPT (P(Rain|location)) can be printed. how can I print temporal CPT? for example the CPT of P(Rain|Rain(t-1), location)?

if it is not possible, I plan to unroll the DBN into BBN and print the CPT of all nodes, then I can find the CPT of Rain in time slice T. the P(Rain|Rain(t-1), location) can be printed like static BBN. but could you please how to unroll the DBN into BBN? I plan to store the unrolled BBN and print the CPT.

thank you very much!
Post Reply