about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/CPDs/@discrete_CPD/README
blob: c0c5a3b36a3057f5c6cb74ee3fc84894570fa3bb (plain)
1
2
3
4
5
Any CPD on a discrete child with discrete parents
can be represented as a table (although this might be quite big).
discrete_CPD uses this tabular representation to implement various
functions. Subtypes are free to implement more efficient versions.