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

CPT = CPD.CPT;