?? reset_ess.m
字號:
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics of a hhmm Q node.
% CPD = reset_ess(CPD)
if ~isempty(CPD.sub_CPD_start)
CPD.sub_CPD_start = reset_ess(CPD.sub_CPD_start);
end
CPD.sub_CPD_trans = reset_ess(CPD.sub_CPD_trans);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -