global_joint_inf_engine.m
来自「基于matlab的bayes net toolbox,希望对大家能有些帮助」· M 代码 · 共 9 行
M
9 行
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 variablesengine.jpot = [];engine = class(engine, 'global_joint_inf_engine', inf_engine(bnet));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?