marginal_nodes.m
来自「Bayes网络工具箱」· M 代码 · 共 9 行
M
9 行
function marginal = marginal_nodes(engine, query)% MARGINAL_NODES Compute the marginal on the specified query nodes (jtree_onepass)% marginal = marginal_nodes(engine, query)%% 'query' must be the set of nodes specified when the engine was createdassert(isequal(query, engine.query));marginal = engine.marginal;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?