To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / _FullBNT / BNT / CPDs / @discrete_CPD / dom_sizes.m @ 8:b5b38998ef3b

History | View | Annotate | Download (127 Bytes)

1
function sz = dom_sizes(CPD)
2
% DOM_SIZES Return the size of each node in the domain
3
% sz = dom_sizes(CPD)
4

    
5
sz = CPD.dom_sizes;