backt.m
来自「基于matlab的bayes net toolbox,希望对大家能有些帮助」· M 代码 · 共 12 行
M
12 行
function b = backT(engine, f, t)if t==1 [b.clpot, seppot] = distribute_evidence(engine.jtree_engine1, f.clpot, f.seppot);else [b.clpot, seppot] = distribute_evidence(engine.jtree_engine, f.clpot, f.seppot);endfor c=1:length(b.clpot) [b.clpot{c}, ll(c)] = normalize_pot(b.clpot{c});endb.t = t;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?