ia-guiao-rc/sof2018h.py

9 lines
115 B
Python
Raw Permalink Normal View History

2024-09-17 10:51:50 +00:00
from bayes_net import *
bn = BayesNet()
#variables = ['sc', 'pt', 'cp', 'fr', 'pa', 'cnl']
bn.add(None, [], 0)