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!