📄 global_joint_inf_engine.m
字号:
function engine = global_joint_inf_engine(bnet)
% GLOBAL_JOINT_INF_ENGINE Construct the global joint distribution as a potential
% engine = global_joint_inf_engine(bnet)
%
% Warning: this has size exponential in the number of discrete hidden variables
engine.jpot = [];
engine = class(engine, 'global_joint_inf_engine', inf_engine(bnet));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -