?? marginal_nodes.m
字號:
function [m, pot] = marginal_nodes(engine, query)% MARGINAL_NODES Compute the marginal on the specified set of nodes (global_joint)% [m, pot] = marginal_nodes(engine, query)pot = marginalize_pot(engine.jpot, query);m = pot_to_marginal(pot);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -