set_prior.m.svn-base
来自「Probabilistic graphical models in matlab」· SVN-BASE 代码 · 共 13 行
SVN-BASE
13 行
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 + =
减小字号Ctrl + -
显示快捷键?