test_bnt.m

来自「麻省理工学院的人工智能工具箱,很珍贵,希望对大家有用!」· M 代码 · 共 108 行

M
108
字号
% If all is well, all of these scripts should run without errors.

% bnets
cg1
cg2
discrete1
fa1
gaussian1
if exist('@gibbs_sampling_inf_engine/private/compute_posterior','file')
  % only exists if installC has been run
  gibbs_test1
end
learn1
lw1
mfa1
mixexp1
mixexp2
mixexp3
mog1
mpe1
mpe2
qmr1
qmr2
sample1
softev1
softmax1
sprinkler1


% belief propagation
belprop_polytree_discrete
belprop_polytree_gauss % alag
belprop_polytree_cg
belprop_loop1_discrete
belprop_loop1_gauss
belprop_loopy_discrete
belprop_loopy_gauss
belprop_loopy_cg % like cg1


% factor graphs
fg1
fg2
fg3
fg_mrf1
fg_mrf2

% Structure learning
bic1
cooper_yoo
k2demo1
mcmc1
model_select1
pc1
pc2

% stable conditional gaussian examples written by Shan Huang (BROKEN!!)
if 0
  scg1 
  scg2
  scg2
  % error in the algorithm?
  %scg_3node 
  %scg_unstable 
end


% limids
asia_dt1
id1
oil1
pigs1


% dbns
arhmm1
bat1
bkff1
chmm1
dhmm1
filter1
ghmm1
kalman1
kjaerulff1
loopy_dbn1
mhmm1
mildew1
reveal1
%scg_dbn
water1

% HHMMs
abcd_hhmm
sample_square_hhmm_discrete
%learn_square_hhmm_cts
sample_motif_hhmm

%sparse jtree engine & ndx 2TBN engine
if exist('@jtree_sparse_inf_engine/init_pot','file')
  % only exists if installC has been run
  discrete2
  discrete3 
  filter2
  water2
end

%find . -path '*.m' -exec wc -l {} \; | ~/count.pl

⌨️ 快捷键说明

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