⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 belprop_loopy_gauss.m

📁 基于matlab的bayes net toolbox,希望对大家能有些帮助
💻 M
字号:
% Compare different loopy belief propagation algorithms on a graph with many loops% If LBP converges, the means should be exactbnet = mk_asia_bnet('gauss');engines = {};engines{end+1} = jtree_inf_engine(bnet);engines{end+1} = pearl_inf_engine(bnet, 'protocol', 'parallel');[time, engines] = cmp_inference_static(bnet, engines, 'maximize', 0, 'exact', 1, 'observed', [1 3 5], ...				   'check_ll', 0, 'singletons_only', 0, 'check_converged', 2);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -