mk_engine_table.m

来自「Bayes网络工具箱」· M 代码 · 共 22 行

M
22
字号
tit = {'Name', 'Exact?', 'Node type?', 'topology', 'evid.', 'smooth', 'filter', 'predict' };algos = cell(1, length(tit));algos(end+1,:) = {'bk', 'approx', 'D,G,CG', 'all', 'any', '1', '1', '1'};algos(end+1,:) = {'bk_fast', 'approx', 'D', 'all', 'fixed', '1', '1', '0'};algos(end+1,:) = {'bk_ff_hmm', 'approx', 'D', 'canonical DBN', 'leaves', '1', '1', '1'};algos(end+1,:) = {'ff', 'approx', 'D', 'canonical DBN', 'leaves', '0', '1', '0'};algos(end+1,:) = {'frontier', 'exact', 'D,G,CG', 'all', 'any', '1', '1', '0'};algos(end+1,:) = {'frontier_fast', 'exact', 'D', 'all', 'fixed', '1', '1', '0'};algos(end+1,:) = {'hmm', 'exact', 'D',  'canonical DBN', 'leaves', '1', '1', '1'};algos(end+1,:) = {'jtree_dbn', 'exact', 'D,G,CG', 'all', 'any', '1', '1', '0'};algos(end+1,:) = {'jtree_fast_dbn', 'exact', 'D', 'all', 'fixed', '1', '0', '0'};algos(end+1,:) = {'jtree_unrolled_dbn', 'exact', 'D,G,CG', 'all', 'any', '1', '0', '0'};algos(end+1,:) = {'kalman', 'exact', 'G',  'canonical DBN', 'leaves', '1', '1', '0'};algos(end+1,:) = {'loopy_dbn', 'approx', 'D',  'canonical DBN', 'leaves', '1', '0', '0'};%algos(end+1,:) = {'particle_filtering', 'approx', 'ANY', 'simple DBN', 'none', 'sample', 'lookup'};cellarray_to_html('doc/dynamic', 'engines.html', algos, tit)cellarray_to_latex('doc/dynamic', 'foo.tex', algos, tit)

⌨️ 快捷键说明

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