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

📄 set_prior.m.svn-base

📁 Probabilistic graphical models in matlab.
💻 SVN-BASE
字号:
function [model] = set_prior(model, a, b)if ( a > model.number_vertices)        error('You specified a random variable that does not exist.');    end% We should add a check for the variable size.model.internal_potentials {a} = b;model.internal_potentials_bool = true;

⌨️ 快捷键说明

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