jieunbyun / BNS-JT

Reference: Byun, J.-E. and Song, J. (2021). A general framework of Bayesian network for system reliability analysis using junction tree. Reliability Engineering & System Safety, 216, 107952.
MIT License
5 stars 4 forks source link

numChild must be greater than the number of variables for Cpm class #3

Closed dynaryu closed 1 year ago

dynaryu commented 1 year ago

Given the examples in the test_bridgeNet.m, it looks like len(variables) should be greater than or equal to rather than greater than numChild. Can you confirm this?

jieunbyun commented 1 year ago

Yes what you said is correct.