about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/CPDs/@tabular_CPD/CPD_to_CPT.m
blob: 351f103cf9692e2d0b339dcd841d1f72d33875a9 (plain)
1
2
3
4
5
function CPT = CPD_to_CPT(CPD)
% CPD_TO_CPT Convert the discrete CPD to tabular form (tabular)
% CPT = CPD_to_CPT(CPD)

CPT = CPD.CPT;