代码搜索:JTree
找到约 1,656 项符合「JTree」的源代码
代码结果 1,656
www.eeworm.com/read/133943/5897267
m belprop_polytree_cg.m
% Inference on a conditional Gaussian model
% Make the following polytree, where all arcs point down
% 1 2
% \ /
% 3
% / \
% 4 5
N = 5;
dag = zeros(N,N);
dag(1,3) = 1;
dag(2,3)
www.eeworm.com/read/133943/5897752
m marginal_family_pot.m
function pot = marginal_family_pot(engine, i)
% MARGINAL_FAMILY_POT Compute the marginal on i's family and return as a potentila (inf_engine)
% function pot = marginal_family_pot(engine,i)
% This fun
www.eeworm.com/read/133943/5897779
m marginal_family.m
function marginal = marginal_family(engine, i, t)
% MARGINAL_FAMILY Compute the marginal on the specified family (jtree_unrolled_dbn)
% marginal = marginal_family(engine, i, t)
if nargin < 3, t = 1;
www.eeworm.com/read/133943/5897819
m enter_evidence.m
function [engine, loglik] = enter_evidence(engine, evidence, varargin)
% ENTER_EVIDENCE Add the specified evidence to the network (jtree_dbn)
% [engine, loglik] = enter_evidence(engine, evidence, ...)
www.eeworm.com/read/160391/5571121
m belprop_polytree_cg.m
% Inference on a conditional Gaussian model
% Make the following polytree, where all arcs point down
% 1 2
% \ /
% 3
% / \
% 4 5
N = 5;
dag = zeros(N,N);
dag(1,3) = 1;
dag(2,3)
www.eeworm.com/read/160391/5571191
m discrete1.m
% Compare various inference engines on the following network (from Jensen (1996) p84 fig 4.17)
% 1
% / | \
% 2 3 4
% | | |
% 5 6 7
% \/ \/
% 8 9
% where all arcs point downwards
www.eeworm.com/read/160391/5571615
m marginal_family_pot.m
function pot = marginal_family_pot(engine, i)
% MARGINAL_FAMILY_POT Compute the marginal on i's family and return as a potentila (inf_engine)
% function pot = marginal_family_pot(engine,i)
% This
www.eeworm.com/read/160391/5571642
m marginal_family.m
function marginal = marginal_family(engine, i, t)
% MARGINAL_FAMILY Compute the marginal on the specified family (jtree_unrolled_dbn)
% marginal = marginal_family(engine, i, t)
if nargin < 3, t =
www.eeworm.com/read/160391/5571683
m enter_evidence.m
function [engine, loglik] = enter_evidence(engine, evidence, varargin)
% ENTER_EVIDENCE Add the specified evidence to the network (jtree_dbn)
% [engine, loglik] = enter_evidence(engine, evidence, ..
www.eeworm.com/read/140847/5779059
entries
/best_first_elim_order.m/1.1/Sun Jun 30 17:46:00 2002//
/dag_to_jtree.m/1.1/Fri Mar 28 16:12:42 2003//
/dfs.m/1.1/Fri Jan 3 15:25:51 2003//
/dsep_test.m/1.1/Wed May 29 15:59:54 2002//
/mk_2D_latt