📄 log_marg_prob_node.m
字号:
function L = log_marg_prob_node(CPD, self_ev, pev)% LOG_MARG_PROB_NODE Compute prod_m log int_{theta_i} P(x(i,m)| x(pi_i,m), theta_i) for node i (root)% L = log_marg_prob_node(CPD, self_ev, pev)%% self_ev{m} is the evidence on this node in case m% pev{i,m} is the evidence on the i'th parent in case m (ignored)% We always return L = 0.L = 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -