about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/CPDs/@hhmmF_CPD/Old/reset_ess.m
blob: f442893759b4ee11ddac903210c4119776279d1d (plain)
1
2
3
4
5
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics of a hhmm F node.
% CPD = reset_ess(CPD)

CPD.sub_CPD_term = reset_ess(CPD.sub_CPD_term);