about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/CPDs/@discrete_CPD/dom_sizes.m
blob: 2ee750defcd60b593da01b963b1bb85b09f5c93d (plain)
1
2
3
4
5
function sz = dom_sizes(CPD)
% DOM_SIZES Return the size of each node in the domain
% sz = dom_sizes(CPD)

sz = CPD.dom_sizes;