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

CPT = 1;