about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/CPDs/@tabular_decision_node/display.m
blob: a029e5d6573e55732c92e23d77daefef5b110435 (plain)
1
2
3
4
function display(CPD)

disp('tabular decision node object');
disp(struct(CPD));