about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/inference/static/@gibbs_sampling_inf_engine/private/CPT.m
blob: 772f137c4c76e4a0b0e12291f5baa34f378fa66d (plain)
1
2
3
4
5
function c = CPT(bnet, i)
% CPT Helper function avoid having to type in
% CPD_to_CPT(bnet.CPD{i}) every time

c = CPD_to_CPT(bnet.CPD{i});