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

CPT = CPD.CPT_orig;