实例介绍
贝叶斯网络工具箱采用MATLAB语言编制的贝叶斯网络工具箱(Bayesian Networks Toolbox,BNT)可实现贝叶斯网络结构学习、参数学习、推理和构建贝叶斯分类器,此工具箱在贝叶斯学习编程方面非常灵活。利用贝叶斯网络工具箱可以解决贝叶斯学习和推理问题
【实例截图】
【核心代码】
6a0760bb-9f3a-4ca3-88b1-dfc002856221
└── matlab Bayes tool
├── Bayes FullBNT
│ └── FullBNT
│ ├── BNT
│ │ ├── @assocarray
│ │ │ ├── assocarray.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ └── subsref.m
│ │ ├── copyright.txt
│ │ ├── CPDs
│ │ │ ├── @boolean_CPD
│ │ │ │ ├── boolean_CPD.m
│ │ │ │ └── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Entries.Log
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── @deterministic_CPD
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── deterministic_CPD.m
│ │ │ ├── @discrete_CPD
│ │ │ │ ├── convert_CPD_to_table_hidden_ps.m
│ │ │ │ ├── convert_obs_CPD_to_table.m
│ │ │ │ ├── convert_to_pot.m
│ │ │ │ ├── convert_to_sparse_table.c
│ │ │ │ ├── convert_to_sparse_table.mexw32
│ │ │ │ ├── convert_to_table.m
│ │ │ │ ├── CPD_to_lambda_msg.m
│ │ │ │ ├── CPD_to_pi.m
│ │ │ │ ├── CPD_to_scgpot.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── discrete_CPD.m
│ │ │ │ ├── dom_sizes.m
│ │ │ │ ├── log_prob_node.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── convert_to_pot.m
│ │ │ │ │ ├── convert_to_table.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── prob_CPD.m
│ │ │ │ │ └── prob_node.m
│ │ │ │ ├── private
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ └── prod_CPT_and_pi_msgs.m
│ │ │ │ ├── prob_node.m
│ │ │ │ ├── README
│ │ │ │ └── sample_node.m
│ │ │ ├── @gaussian_CPD
│ │ │ │ ├── adjustable_CPD.m
│ │ │ │ ├── convert_CPD_to_table_hidden_ps.m
│ │ │ │ ├── convert_to_pot.m
│ │ │ │ ├── convert_to_table.m
│ │ │ │ ├── CPD_to_lambda_msg.m
│ │ │ │ ├── CPD_to_pi.m
│ │ │ │ ├── CPD_to_scgpot.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── gaussian_CPD.m
│ │ │ │ ├── gaussian_CPD_params_given_dps.m
│ │ │ │ ├── get_field.m
│ │ │ │ ├── learn_params.m
│ │ │ │ ├── log_prob_node.m
│ │ │ │ ├── maximize_params_debug.m
│ │ │ │ ├── maximize_params.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CPD_to_lambda_msg.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── gaussian_CPD.m
│ │ │ │ │ ├── log_prob_node.m
│ │ │ │ │ ├── maximize_params.m
│ │ │ │ │ ├── update_ess.m
│ │ │ │ │ └── update_tied_ess.m
│ │ │ │ ├── private
│ │ │ │ │ ├── CPD_to_linear_gaussian.m
│ │ │ │ │ └── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── reset_ess.m
│ │ │ │ ├── sample_node.m
│ │ │ │ ├── set_fields.m
│ │ │ │ └── update_ess.m
│ │ │ ├── @generic_CPD
│ │ │ │ ├── adjustable_CPD.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── generic_CPD.m
│ │ │ │ ├── learn_params.m
│ │ │ │ ├── log_prior.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── BIC_score_CPD.m
│ │ │ │ │ ├── CPD_to_dpots.m
│ │ │ │ │ └── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── README
│ │ │ │ └── set_clamped.m
│ │ │ ├── @gmux_CPD
│ │ │ │ ├── convert_to_pot.m
│ │ │ │ ├── CPD_to_lambda_msg.m
│ │ │ │ ├── CPD_to_pi.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── gmux_CPD.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ └── gmux_CPD.m
│ │ │ │ └── sample_node.m
│ │ │ ├── @hhmm2Q_CPD
│ │ │ │ ├── CPD_to_CPT.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── hhmm2Q_CPD.m
│ │ │ │ ├── maximize_params.m
│ │ │ │ ├── reset_ess.m
│ │ │ │ └── update_ess.m
│ │ │ ├── @hhmmF_CPD
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── hhmmF_CPD.m
│ │ │ │ ├── log_prior.m
│ │ │ │ ├── maximize_params.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── hhmmF_CPD.m
│ │ │ │ │ ├── log_prior.m
│ │ │ │ │ ├── maximize_params.m
│ │ │ │ │ ├── reset_ess.m
│ │ │ │ │ ├── update_CPT.m
│ │ │ │ │ └── update_ess.m
│ │ │ │ ├── reset_ess.m
│ │ │ │ ├── update_CPT.m
│ │ │ │ └── update_ess.m
│ │ │ ├── @hhmmQ_CPD
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── hhmmQ_CPD.m
│ │ │ │ ├── log_prior.m
│ │ │ │ ├── maximize_params.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── hhmmQ_CPD.m
│ │ │ │ │ ├── log_prior.m
│ │ │ │ │ ├── maximize_params.m
│ │ │ │ │ ├── reset_ess.m
│ │ │ │ │ ├── update_CPT.m
│ │ │ │ │ ├── update_ess2.m
│ │ │ │ │ ├── update_ess3.m
│ │ │ │ │ ├── update_ess4.m
│ │ │ │ │ └── update_ess.m
│ │ │ │ ├── reset_ess.m
│ │ │ │ ├── update_CPT.m
│ │ │ │ └── update_ess.m
│ │ │ ├── mk_isolated_tabular_CPD.m
│ │ │ ├── @mlp_CPD
│ │ │ │ ├── convert_to_table.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── maximize_params.m
│ │ │ │ ├── mlp_CPD.m
│ │ │ │ ├── reset_ess.m
│ │ │ │ └── update_ess.m
│ │ │ ├── @noisyor_CPD
│ │ │ │ ├── CPD_to_CPT.m
│ │ │ │ ├── CPD_to_CPT.m~
│ │ │ │ ├── CPD_to_lambda_msg.m
│ │ │ │ ├── CPD_to_pi.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── noisyor_CPD.m
│ │ │ │ └── private
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── sum_prod_CPD_and_pi_msgs.m
│ │ │ ├── Old
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── @linear_gaussian_CPD
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── linear_gaussian_CPD.m
│ │ │ │ │ ├── log_marg_prob_node.m
│ │ │ │ │ └── update_params_complete.m
│ │ │ │ ├── @root_gaussian_CPD
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── log_marg_prob_node.m
│ │ │ │ │ ├── root_gaussian_CPD.m
│ │ │ │ │ └── update_params_complete.m
│ │ │ │ └── @tabular_chance_node
│ │ │ │ ├── CPD_to_upot.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── tabular_chance_node.m
│ │ │ ├── @root_CPD
│ │ │ │ ├── convert_to_pot.m
│ │ │ │ ├── CPD_to_pi.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── log_marg_prob_node.m
│ │ │ │ ├── log_prob_node.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CPD_to_CPT.m
│ │ │ │ │ └── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── root_CPD.m
│ │ │ │ └── sample_node.m
│ │ │ ├── @softmax_CPD
│ │ │ │ ├── convert_to_pot.m
│ │ │ │ ├── convert_to_table.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── get_field.m
│ │ │ │ ├── maximize_params.m
│ │ │ │ ├── private
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ └── extract_params.m
│ │ │ │ ├── reset_ess.m
│ │ │ │ ├── sample_node.m
│ │ │ │ ├── set_fields.m
│ │ │ │ ├── softmax_CPD.m
│ │ │ │ └── update_ess.m
│ │ │ ├── @tabular_CPD
│ │ │ │ ├── bayes_update_params.m
│ │ │ │ ├── CPD_to_CPT.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── get_field.m
│ │ │ │ ├── learn_params.m
│ │ │ │ ├── log_marg_prob_node.m
│ │ │ │ ├── log_nextcase_prob_node.m
│ │ │ │ ├── log_prior.m
│ │ │ │ ├── maximize_params.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── bayesian_score_CPD.m
│ │ │ │ │ ├── BIC_score_CPD.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── log_marg_prob_node_case.m
│ │ │ │ │ ├── mult_CPD_and_pi_msgs.m
│ │ │ │ │ ├── prob_CPT.m
│ │ │ │ │ ├── prob_node.m
│ │ │ │ │ ├── sample_node.m
│ │ │ │ │ ├── sample_node_single_case.m
│ │ │ │ │ ├── tabular_CPD.m
│ │ │ │ │ └── update_params.m
│ │ │ │ ├── reset_ess.m
│ │ │ │ ├── set_fields.m
│ │ │ │ ├── tabular_CPD.m
│ │ │ │ ├── update_ess.m
│ │ │ │ └── update_ess_simple.m
│ │ │ ├── @tabular_decision_node
│ │ │ │ ├── CPD_to_CPT.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── get_field.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ └── tabular_decision_node.m
│ │ │ │ ├── set_fields.m
│ │ │ │ └── tabular_decision_node.m
│ │ │ ├── @tabular_kernel
│ │ │ │ ├── convert_to_pot.m
│ │ │ │ ├── convert_to_table.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── get_field.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ └── tabular_kernel.m
│ │ │ │ ├── set_fields.m
│ │ │ │ └── tabular_kernel.m
│ │ │ ├── @tabular_utility_node
│ │ │ │ ├── convert_to_pot.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ └── tabular_utility_node.m
│ │ │ └── @tree_CPD
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── display.m
│ │ │ ├── evaluate_tree_performance.m
│ │ │ ├── get_field.m
│ │ │ ├── learn_params.m
│ │ │ ├── readme.txt
│ │ │ ├── set_fields.m
│ │ │ └── tree_CPD.m
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Entries.Log
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── examples
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── dummy
│ │ │ ├── dynamic
│ │ │ │ ├── arhmm1.m
│ │ │ │ ├── bat1.m
│ │ │ │ ├── bkff1.m
│ │ │ │ ├── chmm1.m
│ │ │ │ ├── cmp_inference_dbn.m
│ │ │ │ ├── cmp_learning_dbn.m
│ │ │ │ ├── cmp_online_inference.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── dhmm1.m
│ │ │ │ ├── ehmm1.m
│ │ │ │ ├── fhmm_infer.m
│ │ │ │ ├── filter_test1.m
│ │ │ │ ├── ghmm1.m
│ │ │ │ ├── HHMM
│ │ │ │ │ ├── abcd_hhmm.m
│ │ │ │ │ ├── add_hhmm_end_state.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Entries.Log
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── hhmm_jtree_clqs.m
│ │ │ │ │ ├── Map
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── disp_map_hhmm.m
│ │ │ │ │ │ ├── learn_map.m
│ │ │ │ │ │ ├── mk_map_hhmm.m
│ │ │ │ │ │ ├── mk_rnd_map_hhmm.m
│ │ │ │ │ │ ├── Old
│ │ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ │ └── mk_map_hhmm.m
│ │ │ │ │ │ └── sample_from_map.m
│ │ │ │ │ ├── Mgram
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── letter2num.m
│ │ │ │ │ │ ├── mgram1.m
│ │ │ │ │ │ ├── mgram2.m
│ │ │ │ │ │ ├── mgram3.m
│ │ │ │ │ │ ├── num2letter.m
│ │ │ │ │ │ └── Old
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ └── mgram2.m
│ │ │ │ │ ├── mk_hhmm.m
│ │ │ │ │ ├── mk_hhmm_topo_F1.m
│ │ │ │ │ ├── mk_hhmm_topo.m
│ │ │ │ │ ├── Motif
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── fixed_args_mk_motif_hhmm.m
│ │ │ │ │ │ ├── learn_motif_hhmm.m
│ │ │ │ │ │ ├── mk_motif_hhmm.m
│ │ │ │ │ │ └── sample_motif_hhmm.m
│ │ │ │ │ ├── Old
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── mk_abcd_hhmm.m
│ │ │ │ │ │ ├── mk_arrow_alpha_hhmm3.m
│ │ │ │ │ │ ├── mk_hhmm2.m
│ │ │ │ │ │ ├── mk_hhmm3_args.m
│ │ │ │ │ │ ├── mk_hhmm3.m
│ │ │ │ │ │ ├── motif_hhmm.m
│ │ │ │ │ │ └── remove_hhmm_end_state.m
│ │ │ │ │ ├── pretty_print_hhmm_parse.m
│ │ │ │ │ ├── remove_hhmm_end_state.m
│ │ │ │ │ └── Square
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── get_square_data.m
│ │ │ │ │ ├── hhmm_inference.m
│ │ │ │ │ ├── is_F2_true_D3.m
│ │ │ │ │ ├── learn_square_hhmm_cts.m
│ │ │ │ │ ├── learn_square_hhmm_discrete.m
│ │ │ │ │ ├── mk_square_hhmm.m
│ │ │ │ │ ├── Old
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── learn_square_hhmm.m
│ │ │ │ │ │ ├── mk_square_hhmm.m
│ │ │ │ │ │ ├── plot_square_hhmm.m
│ │ │ │ │ │ └── sample_square_hhmm.m
│ │ │ │ │ ├── plot_square_hhmm.m
│ │ │ │ │ ├── sample_square_hhmm_cts.m
│ │ │ │ │ ├── sample_square_hhmm_discrete.m
│ │ │ │ │ ├── square4_cases.mat
│ │ │ │ │ ├── square4.mat
│ │ │ │ │ ├── test_square_fig.m
│ │ │ │ │ └── test_square_fig.mat
│ │ │ │ ├── ho1.m
│ │ │ │ ├── jtree_clq_test2.m
│ │ │ │ ├── jtree_clq_test.m
│ │ │ │ ├── kalman1.m
│ │ │ │ ├── kjaerulff1.m
│ │ │ │ ├── loopy_dbn1.m
│ │ │ │ ├── mhmm1.m
│ │ │ │ ├── mildew1.m
│ │ │ │ ├── mk_bat_dbn.m
│ │ │ │ ├── mk_chmm.m
│ │ │ │ ├── mk_collage_from_clqs.m
│ │ │ │ ├── mk_fhmm.m
│ │ │ │ ├── mk_mildew_dbn.m
│ │ │ │ ├── mk_orig_bat_dbn.m
│ │ │ │ ├── mk_orig_water_dbn.m
│ │ │ │ ├── mk_ps_from_clqs.m
│ │ │ │ ├── mk_uffe_dbn.m
│ │ │ │ ├── mk_water_dbn.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── chmm1.m
│ │ │ │ │ ├── cmp_inference.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── kalman1.m
│ │ │ │ │ ├── old.water1.m
│ │ │ │ │ ├── online1.m
│ │ │ │ │ ├── online2.m
│ │ │ │ │ └── scg_dbn.m
│ │ │ │ ├── orig_water1.m
│ │ │ │ ├── reveal1.m
│ │ │ │ ├── scg_dbn.m
│ │ │ │ ├── skf_data_assoc_gmux.m
│ │ │ │ ├── SLAM
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── mk_gmux_robot_dbn.m
│ │ │ │ │ ├── mk_linear_slam.m
│ │ │ │ │ ├── Old
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── offline_loopy_slam.m
│ │ │ │ │ │ ├── paskin1.m
│ │ │ │ │ │ ├── skf_data_assoc_gmux2.m
│ │ │ │ │ │ └── slam_kf.m
│ │ │ │ │ ├── slam_kf.m
│ │ │ │ │ ├── slam_offline_loopy.m
│ │ │ │ │ ├── slam_partial_kf.m
│ │ │ │ │ └── slam_stationary_loopy.m
│ │ │ │ ├── viterbi1.m
│ │ │ │ ├── water1.m
│ │ │ │ └── water2.m
│ │ │ ├── limids
│ │ │ │ ├── amnio.m
│ │ │ │ ├── asia_dt1.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── id1.m
│ │ │ │ ├── oil1.m
│ │ │ │ └── pigs1.m
│ │ │ └── static
│ │ │ ├── Belprop
│ │ │ │ ├── belprop_loop1_discrete.m
│ │ │ │ ├── belprop_loop1_gauss.m
│ │ │ │ ├── belprop_loopy_cg.m
│ │ │ │ ├── belprop_loopy_discrete.m
│ │ │ │ ├── belprop_loopy_gauss.m
│ │ │ │ ├── belprop_polytree_cg.m
│ │ │ │ ├── belprop_polytree_discrete.m
│ │ │ │ ├── belprop_polytree_gauss.m
│ │ │ │ ├── bp1.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── gmux1.m
│ │ │ ├── brainy.m
│ │ │ ├── Brutti
│ │ │ │ ├── Belief_hmdt.m
│ │ │ │ ├── Belief_hme.m
│ │ │ │ ├── Belief_IOhmm.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── Sigmoid_Belief.m
│ │ │ ├── burglar-alarm-net.lisp.txt
│ │ │ ├── burglary.m
│ │ │ ├── cg1.m
│ │ │ ├── cg2.m
│ │ │ ├── cmp_inference_static.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Entries.Log
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── discrete1.m
│ │ │ ├── discrete2.m
│ │ │ ├── discrete3.m
│ │ │ ├── dtree
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── test_housing.m
│ │ │ │ ├── test_restaurants.m
│ │ │ │ ├── test_zoo1.m
│ │ │ │ ├── tmp.dot
│ │ │ │ └── transform_data_into_bnt_format.m
│ │ │ ├── fa1.m
│ │ │ ├── fgraph
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── fg1.m
│ │ │ │ ├── fg2.m
│ │ │ │ ├── fg3.m
│ │ │ │ ├── fg_mrf1.m
│ │ │ │ └── fg_mrf2.m
│ │ │ ├── gaussian1.m
│ │ │ ├── gaussian2.m
│ │ │ ├── gibbs_test1.m
│ │ │ ├── HME
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── fhme.m
│ │ │ │ ├── gen_data.m
│ │ │ │ ├── hme_class_plot.m
│ │ │ │ ├── HMEforMatlab.jpg
│ │ │ │ ├── hmemenu.m
│ │ │ │ ├── hme_reg_plot.m
│ │ │ │ ├── hme_topobuilder.m
│ │ │ │ ├── README
│ │ │ │ ├── test_data_class2.mat
│ │ │ │ ├── test_data_class.mat
│ │ │ │ ├── test_data_reg.mat
│ │ │ │ ├── train_data_class.mat
│ │ │ │ └── train_data_reg.mat
│ │ │ ├── learn1.m
│ │ │ ├── lw1.m
│ │ │ ├── mfa1.m
│ │ │ ├── Misc
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── mixexp_data.txt
│ │ │ │ ├── mixexp_graddesc.m
│ │ │ │ ├── mixexp_plot.m
│ │ │ │ └── sprinkler.bif
│ │ │ ├── mixexp1.m
│ │ │ ├── mixexp2.m
│ │ │ ├── mixexp3.m
│ │ │ ├── Models
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── mk_alarm_bnet.m
│ │ │ │ ├── mk_asia_bnet.m
│ │ │ │ ├── mk_cancer_bnet.m
│ │ │ │ ├── mk_car_bnet.m
│ │ │ │ ├── mk_hmm_bnet.m
│ │ │ │ ├── mk_ideker_bnet.m
│ │ │ │ ├── mk_incinerator_bnet.m
│ │ │ │ ├── mk_markov_chain_bnet.m
│ │ │ │ ├── mk_minimal_qmr_bnet.m
│ │ │ │ ├── mk_qmr_bnet.m
│ │ │ │ ├── mk_vstruct_bnet.m
│ │ │ │ └── Old
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── mk_hmm_bnet.m
│ │ │ ├── mog1.m
│ │ │ ├── mpe1.m
│ │ │ ├── mpe2.m
│ │ │ ├── nodeorderExample.m
│ │ │ ├── qmr1.m
│ │ │ ├── qmr2.m
│ │ │ ├── sample1.m
│ │ │ ├── SCG
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── scg1.m
│ │ │ │ ├── scg2.m
│ │ │ │ ├── scg3.m
│ │ │ │ ├── scg_3node.m
│ │ │ │ └── scg_unstable.m
│ │ │ ├── softev1.m
│ │ │ ├── softmax1.m
│ │ │ ├── sprinkler1.m
│ │ │ ├── StructLearn
│ │ │ │ ├── bic1.m
│ │ │ │ ├── cooper_yoo.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── k2demo1.m
│ │ │ │ ├── mcmc1.m
│ │ │ │ ├── model_select1.m
│ │ │ │ ├── model_select2.m
│ │ │ │ ├── pc1.m
│ │ │ │ └── pc2.m
│ │ │ └── Zoubin
│ │ │ ├── csum.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── ffa.m
│ │ │ ├── mfa_cl.m
│ │ │ ├── mfademo.m
│ │ │ ├── mfa.m
│ │ │ ├── rdiv.m
│ │ │ ├── README
│ │ │ ├── rprod.m
│ │ │ └── rsum.m
│ │ ├── general
│ │ │ ├── add_evidence_to_gmarginal.m
│ │ │ ├── add_ev_to_dmarginal.m
│ │ │ ├── bnet_to_fgraph.m
│ │ │ ├── compute_fwd_interface.m
│ │ │ ├── compute_interface_nodes.m
│ │ │ ├── compute_joint_pot.m
│ │ │ ├── compute_minimal_interface.m
│ │ │ ├── convert_dbn_CPDs_to_pots.m
│ │ │ ├── convert_dbn_CPDs_to_tables1.m
│ │ │ ├── convert_dbn_CPDs_to_tables.m
│ │ │ ├── convert_dbn_CPDs_to_tables_slow.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Entries.Log
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── dbn_to_bnet.m
│ │ │ ├── dbn_to_hmm.m
│ │ │ ├── determine_elim_constraints.m
│ │ │ ├── dispcpt.m
│ │ │ ├── do_intervention.m
│ │ │ ├── dsep.m
│ │ │ ├── dsep_test.m
│ │ │ ├── enumerate_scenarios.m
│ │ │ ├── fgraph_to_bnet.m
│ │ │ ├── hodbn_to_bnet.m
│ │ │ ├── is_mnet.m
│ │ │ ├── linear_gaussian_to_cpot.m
│ │ │ ├── log_lik_complete.m
│ │ │ ├── log_marg_lik_complete.m
│ │ │ ├── mk_bnet.m
│ │ │ ├── mk_dbn.m
│ │ │ ├── mk_fgraph_given_ev.m
│ │ │ ├── mk_fgraph.m
│ │ │ ├── mk_higher_order_dbn.m
│ │ │ ├── mk_limid.m
│ │ │ ├── mk_mnet.m
│ │ │ ├── mk_mrf2.m
│ │ │ ├── mk_mutilated_samples.m
│ │ │ ├── mk_named_CPT.m
│ │ │ ├── mk_slice_and_half_dbn.m
│ │ │ ├── noisyORtoTable.m
│ │ │ ├── Old
│ │ │ │ ├── bnet_to_gdl_graph.m
│ │ │ │ ├── calc_mpe_bucket.m
│ │ │ │ ├── calc_mpe_dbn.m
│ │ │ │ ├── calc_mpe_given_inf_engine.m
│ │ │ │ ├── calc_mpe_global.m
│ │ │ │ ├── calc_mpe.m
│ │ │ │ ├── compute_interface_nodes.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── mk_gdl_graph.m
│ │ │ ├── partition_dbn_nodes.m
│ │ │ ├── partition_matrix_vec_3.m
│ │ │ ├── sample_bnet.m
│ │ │ ├── sample_bnet_nocell.m
│ │ │ ├── sample_dbn.m
│ │ │ ├── score_bnet_complete.m
│ │ │ ├── shrink_obs_dims_in_gaussian.m
│ │ │ ├── shrink_obs_dims_in_table.m
│ │ │ ├── solve_limid.m
│ │ │ ├── unroll_dbn_topology.m
│ │ │ ├── unroll_higher_order_topology.m
│ │ │ └── unroll_set.m
│ │ ├── inference
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Entries.Log
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── dummy
│ │ │ ├── dynamic
│ │ │ │ ├── @bk_ff_hmm_inf_engine
│ │ │ │ │ ├── bk_ff_hmm_inf_engine.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Entries.Log
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── dbn_init_bel.m
│ │ │ │ │ ├── dbn_marginal_from_bel.m
│ │ │ │ │ ├── dbn_predict_bel.m
│ │ │ │ │ ├── dbn_update_bel1.m
│ │ │ │ │ ├── dbn_update_bel.m
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ └── private
│ │ │ │ │ ├── bk_ff_fb.m
│ │ │ │ │ ├── combine_marginals_into_joint.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── dbn_to_hmm.m
│ │ │ │ │ ├── mk_hmm_obs_lik_mat.m
│ │ │ │ │ ├── mk_hmm_obs_lik_vec1.m
│ │ │ │ │ ├── mk_hmm_obs_lik_vec.m
│ │ │ │ │ └── project_joint_onto_marginals.m
│ │ │ │ ├── @bk_inf_engine
│ │ │ │ │ ├── bk_inf_engine.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── dbn_init_bel.m
│ │ │ │ │ ├── dbn_marginal_from_bel.m
│ │ │ │ │ ├── dbn_update_bel1.m
│ │ │ │ │ ├── dbn_update_bel.m
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ └── update_engine.m
│ │ │ │ ├── @cbk_inf_engine
│ │ │ │ │ ├── cbk_inf_engine.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── dbn_init_bel.m
│ │ │ │ │ ├── dbn_marginal_from_bel.m
│ │ │ │ │ ├── dbn_update_bel1.m
│ │ │ │ │ ├── dbn_update_bel.m
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ │ ├── junk
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ └── update_engine.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── dummy
│ │ │ │ ├── @ff_inf_engine
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ │ ├── ff_inf_engine.m
│ │ │ │ │ ├── filter_evidence.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ ├── Old
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── enter_soft_evidence1.m
│ │ │ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ │ │ └── marginal_family.m
│ │ │ │ │ └── smooth_evidence.m
│ │ │ │ ├── @frontier_inf_engine
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ │ ├── frontier_inf_engine.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ └── set_fwdback.m
│ │ │ │ ├── @hmm_inf_engine
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── find_mpe.m
│ │ │ │ │ ├── fwdback_twoslice.m
│ │ │ │ │ ├── hmm_inf_engine.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ ├── Old
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── dhmm_inf_engine.m
│ │ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ │ └── marginal_nodes.m
│ │ │ │ │ ├── private
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── mk_hmm_obs_lik_matrix.m
│ │ │ │ │ │ └── mk_hmm_obs_lik_vec.m
│ │ │ │ │ └── update_engine.m
│ │ │ │ ├── @jtree_dbn_inf_engine
│ │ │ │ │ ├── Broken
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── enter_soft_evidence1.m
│ │ │ │ │ │ ├── enter_soft_evidence2.m
│ │ │ │ │ │ ├── enter_soft_evidence3.m
│ │ │ │ │ │ ├── enter_soft_evidence4.m
│ │ │ │ │ │ └── marginal_nodes.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Entries.Log
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ │ ├── jtree_dbn_inf_engine.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ └── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_soft_evidence_nonint.m
│ │ │ │ │ ├── enter_soft_evidence_trans.m
│ │ │ │ │ ├── jtree_dbn_inf_engine1.m
│ │ │ │ │ ├── jtree_dbn_inf_engine2.m
│ │ │ │ │ └── jtree_dbn_inf_engine.m
│ │ │ │ ├── @jtree_unrolled_dbn_inf_engine
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── jtree_unrolled_dbn_inf_engine.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ ├── Old
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ │ └── marginal_nodes.m
│ │ │ │ │ └── update_engine.m
│ │ │ │ ├── @kalman_inf_engine
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── kalman_inf_engine.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ ├── private
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── dbn_to_lds.m
│ │ │ │ │ │ └── extract_params_from_gbn.m
│ │ │ │ │ └── update_engine.m
│ │ │ │ ├── @pearl_dbn_inf_engine
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── enter_soft_ev.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ ├── Old
│ │ │ │ │ │ ├── correct_smooth.m
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ │ ├── filter_evidence.m
│ │ │ │ │ │ ├── filter_evidence_obj_oriented.m
│ │ │ │ │ │ ├── smooth_evidence_fast.m
│ │ │ │ │ │ ├── smooth_evidence.m
│ │ │ │ │ │ └── wrong_smooth.m
│ │ │ │ │ ├── pearl_dbn_inf_engine.m
│ │ │ │ │ └── private
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ └── init_pearl_dbn_ev_msgs.m
│ │ │ │ ├── @pearl_unrolled_dbn_inf_engine
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ ├── pearl_unrolled_dbn_inf_engine.m
│ │ │ │ │ └── update_engine.m
│ │ │ │ └── @stable_ho_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ ├── stable_ho_inf_engine.m
│ │ │ │ ├── test_ho_inf_enginge.m
│ │ │ │ └── update_engine.m
│ │ │ ├── @inf_engine
│ │ │ │ ├── bnet_from_engine.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── get_field.m
│ │ │ │ ├── inf_engine.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── marginal_family_pot.m
│ │ │ │ │ └── observed_nodes.m
│ │ │ │ ├── set_fields.m
│ │ │ │ └── update_engine.m
│ │ │ ├── online
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── dummy
│ │ │ │ ├── @filter_engine
│ │ │ │ │ ├── bnet_from_engine.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── filter_engine.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ └── marginal_nodes.m
│ │ │ │ ├── @hmm_2TBN_inf_engine
│ │ │ │ │ ├── back.m
│ │ │ │ │ ├── backT.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Entries.Log
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── fwd1.m
│ │ │ │ │ ├── fwd.m
│ │ │ │ │ ├── hmm_2TBN_inf_engine.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ ├── private
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ └── mk_hmm_obs_lik_vec.m
│ │ │ │ │ └── update_engine.m
│ │ │ │ ├── @jtree_2TBN_inf_engine
│ │ │ │ │ ├── back1.m
│ │ │ │ │ ├── back1_mpe.m
│ │ │ │ │ ├── back.m
│ │ │ │ │ ├── back_mpe.m
│ │ │ │ │ ├── backT.m
│ │ │ │ │ ├── backT_mpe.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Entries.Log
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── fwd1.m
│ │ │ │ │ ├── fwd.m
│ │ │ │ │ ├── jtree_2TBN_inf_engine.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ ├── marginal_nodes.m
│ │ │ │ │ ├── Old
│ │ │ │ │ │ ├── CVS
│ │ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ │ └── Root
│ │ │ │ │ │ └── jtree_2TBN_inf_engine.m
│ │ │ │ │ └── set_fields.m
│ │ │ │ ├── @jtree_sparse_2TBN_inf_engine
│ │ │ │ │ ├── back1.m
│ │ │ │ │ ├── back.m
│ │ │ │ │ ├── backT.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ ├── fwd1.m
│ │ │ │ │ ├── fwd.m
│ │ │ │ │ ├── jtree_sparse_2TBN_inf_engine.m
│ │ │ │ │ ├── marginal_family.m
│ │ │ │ │ └── marginal_nodes.m
│ │ │ │ └── @smoother_engine
│ │ │ │ ├── bnet_from_engine.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── find_mpe.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ ├── smoother_engine.m
│ │ │ │ └── update_engine.m
│ │ │ └── static
│ │ │ ├── @belprop_fg_inf_engine
│ │ │ │ ├── belprop_fg_inf_engine.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── find_mpe.m
│ │ │ │ ├── loopy_converged.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ └── set_params.m
│ │ │ ├── @belprop_inf_engine
│ │ │ │ ├── belprop_inf_engine.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── find_mpe.m
│ │ │ │ ├── loopy_converged.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── belprop_gdl_inf_engine.m
│ │ │ │ │ ├── belprop_inf_engine_nostr.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── enter_evidence1.m
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ └── marginal_domain.m
│ │ │ │ └── private
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── junk
│ │ │ │ ├── parallel_protocol.m
│ │ │ │ └── tree_protocol.m
│ │ │ ├── @belprop_mrf2_inf_engine
│ │ │ │ ├── belprop_mrf2_inf_engine.m
│ │ │ │ ├── bp_mrf2.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ ├── find_mpe.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ └── set_params.m
│ │ │ ├── @cond_gauss_inf_engine
│ │ │ │ ├── cond_gauss_inf_engine.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ └── marginal_nodes.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Entries.Log
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── dummy
│ │ │ ├── @enumerative_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── enumerative_inf_engine.m
│ │ │ │ └── marginal_nodes.m
│ │ │ ├── @gaussian_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── gaussian_inf_engine.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ └── private
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── extract_params_from_gbn.m
│ │ │ ├── @gibbs_sampling_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── gibbs_sampling_inf_engine.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ └── private
│ │ │ │ ├── compute_children.m
│ │ │ │ ├── compute_families_dbn.m
│ │ │ │ ├── compute_families.m
│ │ │ │ ├── compute_posterior.c
│ │ │ │ ├── compute_posterior_dbn.m
│ │ │ │ ├── compute_posterior.mexw32
│ │ │ │ ├── compute_strides.m
│ │ │ │ ├── CPT.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── get_cpts.m
│ │ │ │ ├── get_slice_dbn.c
│ │ │ │ ├── get_slice_dbn.m
│ │ │ │ ├── get_slice_dbn.mexw32
│ │ │ │ ├── my_sample_discrete.m
│ │ │ │ ├── sample_single_discrete.c
│ │ │ │ └── sample_single_discrete.mexw32
│ │ │ ├── @global_joint_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── find_mpe.m
│ │ │ │ ├── global_joint_inf_engine.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ └── marginal_nodes.m
│ │ │ ├── @jtree_inf_engine
│ │ │ │ ├── cliques_from_engine.m
│ │ │ │ ├── clq_containing_nodes.m
│ │ │ │ ├── collect_evidence.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── distribute_evidence.m
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ ├── find_max_config.m
│ │ │ │ ├── find_mpe.m
│ │ │ │ ├── init_pot.m
│ │ │ │ ├── jtree_inf_engine.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── collect_evidence.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── distribute_evidence.m
│ │ │ │ │ ├── enter_evidence.m
│ │ │ │ │ └── enter_soft_evidence.m
│ │ │ │ └── set_fields.m
│ │ │ ├── @jtree_limid_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── jtree_limid_inf_engine.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ └── Old
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── marginal_family.m
│ │ │ │ └── marginal_nodes_SS.m
│ │ │ ├── @jtree_mnet_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── find_mpe.m
│ │ │ │ └── jtree_mnet_inf_engine.m
│ │ │ ├── @jtree_sparse_inf_engine
│ │ │ │ ├── cliques_from_engine.m
│ │ │ │ ├── clq_containing_nodes.m
│ │ │ │ ├── collect_evidence.c
│ │ │ │ ├── collect_evidence.mexw32
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── distribute_evidence.c
│ │ │ │ ├── distribute_evidence.mexw32
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── enter_soft_evidence.m
│ │ │ │ ├── init_pot.c
│ │ │ │ ├── init_pot.mexw32
│ │ │ │ ├── jtree_sparse_inf_engine.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ ├── old
│ │ │ │ │ ├── collect_evidence.c
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── distribute_evidence.c
│ │ │ │ │ ├── init_pot1.c
│ │ │ │ │ ├── init_pot1.m
│ │ │ │ │ └── init_pot.c
│ │ │ │ └── set_fields.m
│ │ │ ├── @likelihood_weighting_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── likelihood_weighting_inf_engine.m
│ │ │ │ └── marginal_nodes.m
│ │ │ ├── @pearl_inf_engine
│ │ │ │ ├── bethe_free_energy.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── loopy_converged.m
│ │ │ │ ├── marginal_family.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ ├── pearl_inf_engine.m
│ │ │ │ ├── pearl_inf_engine.m~
│ │ │ │ └── private
│ │ │ │ ├── compute_bel.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── parallel_protocol.m
│ │ │ │ ├── parallel_protocol.m~
│ │ │ │ ├── prod_lambda_msgs.m
│ │ │ │ └── tree_protocol.m
│ │ │ ├── @quickscore_inf_engine
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ ├── private
│ │ │ │ │ ├── C_quickscore.c
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── nr.h
│ │ │ │ │ ├── nrutil.c
│ │ │ │ │ ├── nrutil.h
│ │ │ │ │ └── quickscore.m
│ │ │ │ └── quickscore_inf_engine.m
│ │ │ ├── @stab_cond_gauss_inf_engine
│ │ │ │ ├── clq_containing_nodes.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── enter_evidence.m
│ │ │ │ ├── marginal_difclq_nodes.m
│ │ │ │ ├── marginal_nodes.m
│ │ │ │ ├── marginal_singleclq_nodes.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ └── initialize_engine.m
│ │ │ │ ├── problems.txt
│ │ │ │ ├── push.m
│ │ │ │ ├── push_pot_toclique.m
│ │ │ │ ├── README
│ │ │ │ └── stab_cond_gauss_inf_engine.m
│ │ │ └── @var_elim_inf_engine
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── enter_evidence.m
│ │ │ ├── find_mpe.m
│ │ │ ├── marginal_nodes.m
│ │ │ └── var_elim_inf_engine.m
│ │ ├── installC_BNT.asv
│ │ ├── installC_BNT.m
│ │ ├── installC_graph.m
│ │ ├── learning
│ │ │ ├── bayes_update_params.m
│ │ │ ├── bic_score_family.m
│ │ │ ├── compute_cooling_schedule.m
│ │ │ ├── CovMat.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── dirichlet_score_family.m
│ │ │ ├── kpm_learn_struct_mcmc.m
│ │ │ ├── learn_params_dbn_em.m
│ │ │ ├── learn_params_dbn.m
│ │ │ ├── learn_params_em.m
│ │ │ ├── learn_params.m
│ │ │ ├── learn_struct_dbn_reveal.m
│ │ │ ├── learn_struct_K2.m
│ │ │ ├── learn_struct_mcmc.m
│ │ │ ├── learn_struct_pdag_ic_star.m
│ │ │ ├── learn_struct_pdag_pc_constrain.m
│ │ │ ├── learn_struct_pdag_pc.m
│ │ │ ├── mcmc_sample_to_hist.m
│ │ │ ├── mk_schedule.m
│ │ │ ├── mk_tetrad_data_file.m
│ │ │ ├── score_dags.m
│ │ │ ├── score_dags_old.m
│ │ │ └── score_family.m
│ │ ├── license.gpl.txt
│ │ ├── potentials
│ │ │ ├── @cgpot
│ │ │ │ ├── cg_can_to_mom.m
│ │ │ │ ├── cg_mom_to_can.m
│ │ │ │ ├── cgpot.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── divide_by_pot.m
│ │ │ │ ├── domain_pot.m
│ │ │ │ ├── enter_cts_evidence_pot.m
│ │ │ │ ├── enter_discrete_evidence_pot.m
│ │ │ │ ├── marginalize_pot.m
│ │ │ │ ├── multiply_by_pot.m
│ │ │ │ ├── multiply_pots.m
│ │ │ │ ├── normalize_pot.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ ├── normalize_pot.m
│ │ │ │ │ ├── set_domain_pot.m
│ │ │ │ │ └── simple_marginalize_pot.m
│ │ │ │ ├── pot_to_marginal.m
│ │ │ │ └── set_domain_pot.m
│ │ │ ├── check_for_cd_arcs.m
│ │ │ ├── CPD_to_pot.m
│ │ │ ├── @cpot
│ │ │ │ ├── cpot.m
│ │ │ │ ├── cpot_to_mpot.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Entries.Log
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── divide_by_pot.m
│ │ │ │ ├── domain_pot.m
│ │ │ │ ├── enter_cts_evidence_pot.m
│ │ │ │ ├── marginalize_pot.m
│ │ │ │ ├── multiply_by_pot.m
│ │ │ │ ├── multiply_pots.m
│ │ │ │ ├── normalize_pot.m
│ │ │ │ ├── Old
│ │ │ │ │ ├── cpot_to_mpot.m
│ │ │ │ │ ├── CVS
│ │ │ │ │ │ ├── Entries
│ │ │ │ │ │ ├── Repository
│ │ │ │ │ │ └── Root
│ │ │ │ │ └── normalize_pot.convert.m
│ │ │ │ ├── pot_to_marginal.m
│ │ │ │ ├── rescale_pot.m
│ │ │ │ └── set_domain_pot.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Entries.Log
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── determine_pot_type.m
│ │ │ ├── @dpot
│ │ │ │ ├── approxeq_pot.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── divide_by_pot.m
│ │ │ │ ├── domain_pot.m
│ │ │ │ ├── dpot.m
│ │ │ │ ├── dpot_to_table.m
│ │ │ │ ├── find_most_prob_entry.m
│ │ │ │ ├── get_fields.m
│ │ │ │ ├── marginalize_pot.m
│ │ │ │ ├── multiply_by_pot.m
│ │ │ │ ├── multiply_pots.m
│ │ │ │ ├── normalize_pot.m
│ │ │ │ ├── pot_to_marginal.m
│ │ │ │ ├── set_domain_pot.m
│ │ │ │ ├── subsasgn.m
│ │ │ │ └── subsref.m
│ │ │ ├── genops.c
│ │ │ ├── mk_initial_pot.m
│ │ │ ├── @mpot
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── display.m
│ │ │ │ ├── marginalize_pot.m
│ │ │ │ ├── mpot.m
│ │ │ │ ├── mpot_to_cpot.m
│ │ │ │ ├── normalize_pot.m
│ │ │ │ ├── pot_to_marginal.m
│ │ │ │ ├── rescale_pot.m
│ │ │ │ └── set_domain_pot.m
│ │ │ ├── Old
│ │ │ │ ├── comp_eff_node_sizes.m
│ │ │ │ └── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── README
│ │ │ ├── @scgcpot
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── marginalize_pot.m
│ │ │ │ ├── normalize_pot.m
│ │ │ │ ├── reduce_pot.m
│ │ │ │ ├── rescale_pot.m
│ │ │ │ └── scgcpot.m
│ │ │ ├── @scgpot
│ │ │ │ ├── combine_pots.m
│ │ │ │ ├── complement_pot.m
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── direct_combine_pots.m
│ │ │ │ ├── extension_pot.m
│ │ │ │ ├── marginalize_pot.m
│ │ │ │ ├── normalize_pot.m
│ │ │ │ ├── pot_to_marginal.m
│ │ │ │ ├── README
│ │ │ │ ├── recursive_combine_pots.m
│ │ │ │ ├── reduce_pot.m
│ │ │ │ └── scgpot.m
│ │ │ ├── Tables
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── divide_by_sparse_table.c
│ │ │ │ ├── divide_by_sparse_table.mexw32
│ │ │ │ ├── divide_by_table.c
│ │ │ │ ├── divide_by_table.m
│ │ │ │ ├── divide_by_table.mexw32
│ │ │ │ ├── extend_domain_table.m
│ │ │ │ ├── marg_sparse_table.c
│ │ │ │ ├── marg_sparse_table.mexw32
│ │ │ │ ├── marg_table.c
│ │ │ │ ├── marg_tableC.c
│ │ │ │ ├── marg_table.m
│ │ │ │ ├── marg_table.mexw32
│ │ │ │ ├── marg_tableM.m
│ │ │ │ ├── mult_by_sparse_table.c
│ │ │ │ ├── mult_by_sparse_table.mexw32
│ │ │ │ ├── mult_by_table2.m
│ │ │ │ ├── mult_by_table.c
│ │ │ │ ├── mult_by_tableC.c
│ │ │ │ ├── mult_by_table_global.m
│ │ │ │ ├── mult_by_table.m
│ │ │ │ ├── mult_by_table.mexw32
│ │ │ │ ├── mult_by_tableM.m
│ │ │ │ ├── repmat_and_mult.c
│ │ │ │ ├── rep_mult.c
│ │ │ │ └── rep_mult.mexw32
│ │ │ └── @upot
│ │ │ ├── approxeq_pot.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── display.m
│ │ │ ├── divide_by_pot.m
│ │ │ ├── marginalize_pot.m
│ │ │ ├── multiply_by_pot.m
│ │ │ ├── normalize_pot.m
│ │ │ ├── pot_to_marginal.m
│ │ │ ├── upot.m
│ │ │ └── upot_to_opt_policy.m
│ │ ├── README.txt
│ │ ├── test_BNT.m
│ │ ├── test_BNT.m~
│ │ └── uninstallC_BNT.m
│ ├── ChangeLog.Sourceforge.txt
│ ├── #ChangeLog.txt#
│ ├── ChangeLog.txt
│ ├── CVS
│ │ ├── Entries
│ │ ├── Entries.Log
│ │ ├── Repository
│ │ └── Root
│ ├── foptions.m
│ ├── genpathKPM.m
│ ├── graph
│ │ ├── acyclic.m
│ │ ├── assignEdgeNums.m
│ │ ├── best_first_elim_order.m
│ │ ├── check_jtree_property.m
│ │ ├── check_triangulated.m
│ │ ├── children.m
│ │ ├── cliques_to_jtree.m
│ │ ├── cliques_to_strong_jtree.m
│ │ ├── connected_graph.m
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Entries.Log
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── dag_to_essential_graph.m
│ │ ├── dfs.m
│ │ ├── dfs_test.m
│ │ ├── dijkstra.m
│ │ ├── family.m
│ │ ├── graph_separated.m
│ │ ├── graph_to_jtree.m
│ │ ├── minimum_spanning_tree.m
│ │ ├── minspan.m
│ │ ├── min_subtree_con_nodes.m
│ │ ├── mk_2D_lattice.m
│ │ ├── mk_2D_lattice_slow.m
│ │ ├── mk_adjmat_chain.m
│ │ ├── mk_adj_mat.m
│ │ ├── mk_all_dags.m
│ │ ├── mk_nbrs_of_dag.m
│ │ ├── mk_nbrs_of_digraph_broken.m
│ │ ├── mk_nbrs_of_digraph.m
│ │ ├── mk_nbrs_of_digraph_not_vectorized.m
│ │ ├── mk_rnd_dag_given_edge_prob.m
│ │ ├── mk_rnd_dag.m
│ │ ├── mk_rooted_tree.m
│ │ ├── mk_undirected.m
│ │ ├── moralize.m
│ │ ├── neighbors.m
│ │ ├── Old
│ │ │ ├── best_first_elim_order.m
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── dag_to_jtree.m
│ │ │ ├── dfs.m
│ │ │ ├── dsep_test.m
│ │ │ └── mk_2D_lattice_slow.m
│ │ ├── parents.m
│ │ ├── pred2path.m
│ │ ├── reachability_graph.m
│ │ ├── README.txt
│ │ ├── scc.m
│ │ ├── strong_elim_order.m
│ │ ├── test.m
│ │ ├── test_strong_root.m
│ │ ├── topological_sort.m
│ │ ├── trees.txt
│ │ ├── triangulate_2Dlattice_demo.m
│ │ ├── triangulate.c
│ │ ├── triangulate.m
│ │ └── triangulate_test.m
│ ├── GraphViz
│ │ ├── approxeq.m
│ │ ├── arrow.m
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Entries.Log
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── dot_to_graph.m
│ │ ├── draw_dbn.m
│ │ ├── draw_dbn_test.m
│ │ ├── draw_dot.m
│ │ ├── draw_graph.m
│ │ ├── draw_graph_test.m
│ │ ├── draw_hmm.m
│ │ ├── editGraphGUI.m
│ │ ├── graph_to_dot.m
│ │ ├── make_layout.m
│ │ ├── my_call.m
│ │ ├── Old
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── dot_to_graph.m
│ │ │ ├── draw_dot.m
│ │ │ ├── draw_graph.m
│ │ │ ├── graphToDot.m
│ │ │ └── pre_pesha_graph_to_dot.m
│ │ ├── process_options.m
│ │ └── README.txt
│ ├── HMM
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── dhmm_em_demo.m
│ │ ├── dhmm_em.m
│ │ ├── dhmm_em_online_demo.m
│ │ ├── dhmm_em_online.m
│ │ ├── dhmm_logprob_brute_force.m
│ │ ├── dhmm_logprob.m
│ │ ├── dhmm_logprob_path.m
│ │ ├── dhmm_sample_endstate.m
│ │ ├── dhmm_sample.m
│ │ ├── fixed_lag_smoother_demo.m
│ │ ├── fixed_lag_smoother.m
│ │ ├── fwdback.m
│ │ ├── gausshmm_train_observed.m
│ │ ├── mc_sample_endstate.m
│ │ ├── mc_sample.m
│ │ ├── mdp_sample.m
│ │ ├── mhmm_em_demo.m
│ │ ├── mhmm_em.m
│ │ ├── mhmm_logprob.m
│ │ ├── mhmmParzen_train_observed.m
│ │ ├── mhmm_sample.m
│ │ ├── mk_leftright_transmat.m
│ │ ├── mk_rightleft_transmat.m
│ │ ├── pomdp_sample.m
│ │ ├── README.txt
│ │ ├── testHMM.m
│ │ ├── transmat_train_observed.m
│ │ └── viterbi_path.m
│ ├── Kalman
│ │ ├── AR_to_SS.m
│ │ ├── convert_to_lagged_form.m
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── ensure_AR.m
│ │ ├── eval_AR_perf.m
│ │ ├── kalman_filter.m
│ │ ├── kalman_forward_backward.m
│ │ ├── kalman_smoother.m
│ │ ├── kalman_update.m
│ │ ├── learn_AR_diagonal.m
│ │ ├── learn_AR.m
│ │ ├── learning_demo.m
│ │ ├── learn_kalman.m
│ │ ├── README.txt
│ │ ├── sample_lds.m
│ │ ├── smooth_update.m
│ │ ├── SS_to_AR.m
│ │ ├── testKalman.m
│ │ └── tracking_demo.m
│ ├── KPMstats
│ │ ├── beta_sample.m
│ │ ├── chisquared_histo.m
│ │ ├── chisquared_prob.m
│ │ ├── chisquared_readme.txt
│ │ ├── chisquared_table.m
│ │ ├── clg_Mstep.m
│ │ ├── clg_Mstep_simple.m
│ │ ├── clg_prob.m
│ │ ├── condgauss_sample.m
│ │ ├── condGaussToJoint.m
│ │ ├── condgaussTrainObserved.m
│ │ ├── cond_indep_fisher_z.m
│ │ ├── convertBinaryLabels.m
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── cwr_demo.m
│ │ ├── cwr_em.m
│ │ ├── cwr_predict.m
│ │ ├── cwr_prob.m
│ │ ├── cwr_readme.txt
│ │ ├── cwr_test.m
│ │ ├── dirichletpdf.m
│ │ ├── dirichletrnd.m
│ │ ├── dirichlet_sample.m
│ │ ├── distchck.m
│ │ ├── eigdec.m
│ │ ├── est_transmat.m
│ │ ├── fit_paritioned_model_testfn.m
│ │ ├── fit_partitioned_model.m
│ │ ├── gamma_sample.m
│ │ ├── gaussian_prob.m
│ │ ├── gaussian_sample.m
│ │ ├── histCmpChi2.m
│ │ ├── KLgauss.m
│ │ ├── linear_regression.m
│ │ ├── logist2Apply.m
│ │ ├── logist2ApplyRegularized.m
│ │ ├── logist2Fit.m
│ │ ├── logist2FitRegularized.m
│ │ ├── logist2.m
│ │ ├── logistK_eval.m
│ │ ├── logistK.m
│ │ ├── marginalize_gaussian.m
│ │ ├── matrix_normal_pdf.m
│ │ ├── matrix_T_pdf.m
│ │ ├── mc_stat_distrib.m
│ │ ├── mixgauss_classifier_apply.m
│ │ ├── mixgauss_classifier_train.m
│ │ ├── mixgauss_em.m
│ │ ├── mixgauss_init.m
│ │ ├── mixgauss_Mstep.m
│ │ ├── mixgauss_prob.m
│ │ ├── mixgauss_prob_test.m
│ │ ├── mixgauss_sample.m
│ │ ├── mkPolyFvec.m
│ │ ├── mk_unit_norm.m
│ │ ├── multinomial_prob.m
│ │ ├── multinomial_sample.m
│ │ ├── multipdf.m
│ │ ├── multirnd.m
│ │ ├── normal_coef.m
│ │ ├── partial_corr_coef.m
│ │ ├── parzenC.c
│ │ ├── parzenC.dll
│ │ ├── parzenC.mexglx
│ │ ├── parzenC_test.m
│ │ ├── parzen_fit_select_unif.m
│ │ ├── parzen.m
│ │ ├── pca.m
│ │ ├── README.txt
│ │ ├── rndcheck.m
│ │ ├── sample_discrete.m
│ │ ├── sample_gaussian.m
│ │ ├── sample.m
│ │ ├── standardize.m
│ │ ├── student_t_logprob.m
│ │ ├── student_t_prob.m
│ │ ├── test_dir.m
│ │ ├── unidrndKPM.m
│ │ ├── unif_discrete_sample.m
│ │ └── weightedRegression.m
│ ├── KPMtools
│ │ ├── approxeq.m
│ │ ├── approx_unique.m
│ │ ├── argmax.m
│ │ ├── argmin.m
│ │ ├── asdemo.html
│ │ ├── asdemo.m
│ │ ├── asort.m
│ │ ├── assert.m
│ │ ├── assign_cols.m
│ │ ├── assignEdgeNums.m
│ │ ├── axis_pct.m
│ │ ├── bipartiteMatchingDemo.m
│ │ ├── bipartiteMatchingDemoPlot.m
│ │ ├── bipartiteMatchingHungarian.m
│ │ ├── bipartiteMatchingIntProg.m
│ │ ├── block.m
│ │ ├── cell2matPad.m
│ │ ├── cell2num.m
│ │ ├── centeringMatrix.m
│ │ ├── checkpsd.m
│ │ ├── chi2inv.m
│ │ ├── choose.m
│ │ ├── collapse_mog.m
│ │ ├── colmult.c
│ │ ├── colmult.mexglx
│ │ ├── compute_counts.m
│ │ ├── computeROC.m
│ │ ├── conf2mahal.m
│ │ ├── cross_entropy.m
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── dirKPM.m
│ │ ├── div.m
│ │ ├── draw_circle.m
│ │ ├── draw_ellipse_axes.m
│ │ ├── draw_ellipse.m
│ │ ├── em_converged.m
│ │ ├── entropy.m
│ │ ├── exportfig.m
│ │ ├── extend_domain_table.m
│ │ ├── factorial.m
│ │ ├── filepartsLast.m
│ │ ├── find_equiv_posns.m
│ │ ├── fullfileKPM.m
│ │ ├── genpathKPM.m
│ │ ├── hash_add.m
│ │ ├── hash_del.m
│ │ ├── hash_lookup.m
│ │ ├── hsvKPM.m
│ │ ├── hungarian.m
│ │ ├── image_rgb.m
│ │ ├── imresizeAspect.m
│ │ ├── ind2subvKPM.c
│ │ ├── ind2subvKPM.m
│ │ ├── ind2subv.m
│ │ ├── ind2subvMinka.m
│ │ ├── ind2subvTest.m
│ │ ├── initFigures.m
│ │ ├── installC_KPMtools.m
│ │ ├── isemptycell.m
│ │ ├── isequalKPM.m
│ │ ├── isposdef.m
│ │ ├── is_psd.m
│ │ ├── isscalar.m
│ │ ├── is_stochastic.m
│ │ ├── isvector.m
│ │ ├── junk.c
│ │ ├── loadcell.m
│ │ ├── logb.m
│ │ ├── logdet.m
│ │ ├── logsumexp.m
│ │ ├── logsumexpv.m
│ │ ├── logsum.m
│ │ ├── logsum_simple.m
│ │ ├── logsum_test.m
│ │ ├── mahal2conf.m
│ │ ├── marginalize_table.m
│ │ ├── marg_table.m
│ │ ├── matprint.m
│ │ ├── max_mult.c
│ │ ├── max_mult.m
│ │ ├── mexutil.c
│ │ ├── mexutil.h
│ │ ├── mkdirKPM.m
│ │ ├── mk_multi_index.m
│ │ ├── mk_stochastic.m
│ │ ├── montageKPM2.m
│ │ ├── montageKPM3.m
│ │ ├── montageKPM.m
│ │ ├── mult_by_table.m
│ │ ├── myintersect.m
│ │ ├── myismember.m
│ │ ├── myismember.m~
│ │ ├── myones.m
│ │ ├── myplot.m
│ │ ├── myrand.m
│ │ ├── myrepmat.m
│ │ ├── myreshape.m
│ │ ├── mysetdiff.m
│ │ ├── mysize.m
│ │ ├── mysubset.m
│ │ ├── mysymsetdiff.m
│ │ ├── myunion.m
│ │ ├── nchoose2.m
│ │ ├── ncols.m
│ │ ├── nonmaxsup.m
│ │ ├── normaliseC.c
│ │ ├── normaliseC.dll
│ │ ├── normalise.m
│ │ ├── normalize.m
│ │ ├── nrows.m
│ │ ├── num2strcell.m
│ │ ├── optimalMatching.m
│ │ ├── optimalMatchingTest.m
│ │ ├── partitionData.m
│ │ ├── partition_matrix_vec.m
│ │ ├── pca_kpm.m
│ │ ├── pca_netlab.m
│ │ ├── pick.m
│ │ ├── plot_axis_thru_origin.m
│ │ ├── plotBox.m
│ │ ├── plotColors.m
│ │ ├── plotcov2.m
│ │ ├── plotcov2New.m
│ │ ├── plotcov3.m
│ │ ├── plot_ellipse.m
│ │ ├── plotgauss1d.m
│ │ ├── plotgauss2d.m
│ │ ├── plotgauss2d_old.m
│ │ ├── plot_matrix.m
│ │ ├── plot_polygon.m
│ │ ├── plotROCkpm.m
│ │ ├── plotROC.m
│ │ ├── polygon_area.m
│ │ ├── polygon_centroid.m
│ │ ├── polygon_intersect.m
│ │ ├── previewfig.m
│ │ ├── process_options.m
│ │ ├── rand_psd.m
│ │ ├── README.txt
│ │ ├── rectintC.m
│ │ ├── rectintLoopC.c
│ │ ├── rectintLoopC.dll
│ │ ├── rectintLoopC.mexglx
│ │ ├── rectintSparseC.m
│ │ ├── rectintSparseLoopC.c
│ │ ├── rectintSparseLoopC.dll
│ │ ├── rectintSparse.m
│ │ ├── repmatC.c
│ │ ├── repmatC.dll
│ │ ├── repmatC.mexglx
│ │ ├── rgb2grayKPM.m
│ │ ├── rnd_partition.m
│ │ ├── rotate_xlabel.m
│ │ ├── safeStr.m
│ │ ├── sample_discrete.m
│ │ ├── sampleUniformInts.m
│ │ ├── setdiag.m
│ │ ├── set_xtick_label_demo.m
│ │ ├── set_xtick_label.m
│ │ ├── softeye.m
│ │ ├── sort_evec.m
│ │ ├── splitLongSeqIntoManyShort.m
│ │ ├── sprintf_intvec.m
│ │ ├── sqdist.m
│ │ ├── strmatch_multi.m
│ │ ├── strmatch_substr.m
│ │ ├── strsplit.m
│ │ ├── subplot2.m
│ │ ├── subplot3.m
│ │ ├── subsets1.m
│ │ ├── subsetsFixedSize.m
│ │ ├── subsets.m
│ │ ├── subv2indKPM.c
│ │ ├── subv2indKPM.m
│ │ ├── subv2ind.m
│ │ ├── subv2indMinka.m
│ │ ├── subv2indTest.m
│ │ ├── sumv.m
│ │ ├── suptitle.m
│ │ ├── unaryEncoding.m
│ │ ├── wrap.m
│ │ ├── xticklabel_rotate90.m
│ │ ├── zipload.m
│ │ └── zipsave.m
│ ├── nethelp3.3
│ │ ├── conffig.htm
│ │ ├── confmat.htm
│ │ ├── conjgrad.htm
│ │ ├── consist.htm
│ │ ├── convertoldnet.htm
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── datread.htm
│ │ ├── datwrite.htm
│ │ ├── dem2ddat.htm
│ │ ├── demard.htm
│ │ ├── demev1.htm
│ │ ├── demev2.htm
│ │ ├── demev3.htm
│ │ ├── demgauss.htm
│ │ ├── demglm1.htm
│ │ ├── demglm2.htm
│ │ ├── demgmm1.htm
│ │ ├── demgmm2.htm
│ │ ├── demgmm3.htm
│ │ ├── demgmm4.htm
│ │ ├── demgmm5.htm
│ │ ├── demgpard.htm
│ │ ├── demgp.htm
│ │ ├── demgpot.htm
│ │ ├── demgtm1.htm
│ │ ├── demgtm2.htm
│ │ ├── demhint.htm
│ │ ├── demhmc1.htm
│ │ ├── demhmc2.htm
│ │ ├── demhmc3.htm
│ │ ├── demkmn1.htm
│ │ ├── demknn1.htm
│ │ ├── demmdn1.htm
│ │ ├── demmet1.htm
│ │ ├── demmlp1.htm
│ │ ├── demmlp2.htm
│ │ ├── demnlab.htm
│ │ ├── demns1.htm
│ │ ├── demolgd1.htm
│ │ ├── demopt1.htm
│ │ ├── dempot.htm
│ │ ├── demprgp.htm
│ │ ├── demprior.htm
│ │ ├── demrbf1.htm
│ │ ├── demsom1.htm
│ │ ├── demtrain.htm
│ │ ├── dist2.htm
│ │ ├── eigdec.htm
│ │ ├── errbayes.htm
│ │ ├── evidence.htm
│ │ ├── fevbayes.htm
│ │ ├── gauss.htm
│ │ ├── gbayes.htm
│ │ ├── glmderiv.htm
│ │ ├── glmerr.htm
│ │ ├── glmevfwd.htm
│ │ ├── glmfwd.htm
│ │ ├── glmgrad.htm
│ │ ├── glmhess.htm
│ │ ├── glm.htm
│ │ ├── glminit.htm
│ │ ├── glmpak.htm
│ │ ├── glmtrain.htm
│ │ ├── glmunpak.htm
│ │ ├── gmmactiv.htm
│ │ ├── gmmem.htm
│ │ ├── gmm.htm
│ │ ├── gmminit.htm
│ │ ├── gmmpak.htm
│ │ ├── gmmpost.htm
│ │ ├── gmmprob.htm
│ │ ├── gmmsamp.htm
│ │ ├── gmmunpak.htm
│ │ ├── gpcovarf.htm
│ │ ├── gpcovar.htm
│ │ ├── gpcovarp.htm
│ │ ├── gperr.htm
│ │ ├── gpfwd.htm
│ │ ├── gpgrad.htm
│ │ ├── gp.htm
│ │ ├── gpinit.htm
│ │ ├── gppak.htm
│ │ ├── gpunpak.htm
│ │ ├── gradchek.htm
│ │ ├── graddesc.htm
│ │ ├── gsamp.htm
│ │ ├── gtmem.htm
│ │ ├── gtmfwd.htm
│ │ ├── gtm.htm
│ │ ├── gtminit.htm
│ │ ├── gtmlmean.htm
│ │ ├── gtmlmode.htm
│ │ ├── gtmmag.htm
│ │ ├── gtmpost.htm
│ │ ├── gtmprob.htm
│ │ ├── hbayes.htm
│ │ ├── hesschek.htm
│ │ ├── hintmat.htm
│ │ ├── hinton.htm
│ │ ├── histp.htm
│ │ ├── hmc.htm
│ │ ├── index.htm
│ │ ├── kmeans.htm
│ │ ├── knnfwd.htm
│ │ ├── knn.htm
│ │ ├── linef.htm
│ │ ├── linemin.htm
│ │ ├── maxitmess.htm
│ │ ├── mdn2gmm.htm
│ │ ├── mdndist2.htm
│ │ ├── mdnerr.htm
│ │ ├── mdnfwd.htm
│ │ ├── mdngrad.htm
│ │ ├── mdn.htm
│ │ ├── mdninit.htm
│ │ ├── mdnpak.htm
│ │ ├── mdnpost.htm
│ │ ├── mdnprob.htm
│ │ ├── mdnunpak.htm
│ │ ├── metrop.htm
│ │ ├── minbrack.htm
│ │ ├── mlpbkp.htm
│ │ ├── mlpderiv.htm
│ │ ├── mlperr.htm
│ │ ├── mlpevfwd.htm
│ │ ├── mlpfwd.htm
│ │ ├── mlpgrad.htm
│ │ ├── mlphdotv.htm
│ │ ├── mlphess.htm
│ │ ├── mlphint.htm
│ │ ├── mlp.htm
│ │ ├── mlpinit.htm
│ │ ├── mlppak.htm
│ │ ├── mlpprior.htm
│ │ ├── mlptrain.htm
│ │ ├── mlpunpak.htm
│ │ ├── netderiv.htm
│ │ ├── neterr.htm
│ │ ├── netevfwd.htm
│ │ ├── netgrad.htm
│ │ ├── nethelp3.3.zip
│ │ ├── nethess.htm
│ │ ├── netinit.htm
│ │ ├── netopt.htm
│ │ ├── netpak.htm
│ │ ├── netunpak.htm
│ │ ├── olgd.htm
│ │ ├── pca.htm
│ │ ├── plotmat.htm
│ │ ├── ppca.htm
│ │ ├── quasinew.htm
│ │ ├── rbfbkp.htm
│ │ ├── rbfderiv.htm
│ │ ├── rbferr.htm
│ │ ├── rbfevfwd.htm
│ │ ├── rbffwd.htm
│ │ ├── rbfgrad.htm
│ │ ├── rbfhess.htm
│ │ ├── rbf.htm
│ │ ├── rbfjacob.htm
│ │ ├── rbfpak.htm
│ │ ├── rbfprior.htm
│ │ ├── rbfsetbf.htm
│ │ ├── rbfsetfw.htm
│ │ ├── rbftrain.htm
│ │ ├── rbfunpak.htm
│ │ ├── rosegrad.htm
│ │ ├── rosen.htm
│ │ ├── scg.htm
│ │ ├── somfwd.htm
│ │ ├── som.htm
│ │ ├── sompak.htm
│ │ ├── somtrain.htm
│ │ └── somunpak.htm
│ ├── netlab3.3
│ │ ├── conffig.m
│ │ ├── confmat.m
│ │ ├── conjgrad.m
│ │ ├── consist.m
│ │ ├── Contents.m
│ │ ├── convertoldnet.m
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── datread.m
│ │ ├── datwrite.m
│ │ ├── dem2ddat.m
│ │ ├── demard.m
│ │ ├── demev1.m
│ │ ├── demev2.m
│ │ ├── demev3.m
│ │ ├── demgauss.m
│ │ ├── demglm1.m
│ │ ├── demglm2.m
│ │ ├── demgmm1.m
│ │ ├── demgmm2.m
│ │ ├── demgmm3.m
│ │ ├── demgmm4.m
│ │ ├── demgmm5.m
│ │ ├── demgpard.m
│ │ ├── demgp.m
│ │ ├── demgpot.m
│ │ ├── demgtm1.m
│ │ ├── demgtm2.m
│ │ ├── demhint.m
│ │ ├── demhmc1.m
│ │ ├── demhmc2.m
│ │ ├── demhmc3.m
│ │ ├── demkmn1.m
│ │ ├── demknn1.m
│ │ ├── demmdn1.m
│ │ ├── demmet1.m
│ │ ├── demmlp1.m
│ │ ├── demmlp2.m
│ │ ├── demnlab.m
│ │ ├── demns1.m
│ │ ├── demolgd1.m
│ │ ├── demopt1.m
│ │ ├── dempot.m
│ │ ├── demprgp.m
│ │ ├── demprior.m
│ │ ├── demrbf1.m
│ │ ├── demsom1.m
│ │ ├── demtrain.m
│ │ ├── dist2.m
│ │ ├── eigdec.m
│ │ ├── errbayes.m
│ │ ├── evidence.m
│ │ ├── fevbayes.m
│ │ ├── gauss.m
│ │ ├── gbayes.m
│ │ ├── glmderiv.m
│ │ ├── glmerr.m
│ │ ├── glmevfwd.m
│ │ ├── glmfwd.m
│ │ ├── glmgrad.m
│ │ ├── glmhess.m
│ │ ├── glminit.m
│ │ ├── glm.m
│ │ ├── glmpak.m
│ │ ├── glmtrain.m
│ │ ├── glmunpak.m
│ │ ├── gmmactiv.m
│ │ ├── gmmem.m
│ │ ├── gmminit.m
│ │ ├── gmm.m
│ │ ├── gmmpak.m
│ │ ├── gmmpost.m
│ │ ├── gmmprob.m
│ │ ├── gmmsamp.m
│ │ ├── gmmunpak.m
│ │ ├── gpcovarf.m
│ │ ├── gpcovar.m
│ │ ├── gpcovarp.m
│ │ ├── gperr.m
│ │ ├── gpfwd.m
│ │ ├── gpgrad.m
│ │ ├── gpinit.m
│ │ ├── gp.m
│ │ ├── gppak.m
│ │ ├── gpunpak.m
│ │ ├── gradchek.m
│ │ ├── graddesc.m
│ │ ├── gsamp.m
│ │ ├── gtmem.m
│ │ ├── gtmfwd.m
│ │ ├── gtminit.m
│ │ ├── gtmlmean.m
│ │ ├── gtmlmode.m
│ │ ├── gtm.m
│ │ ├── gtmmag.m
│ │ ├── gtmpost.m
│ │ ├── gtmprob.m
│ │ ├── hbayes.m
│ │ ├── hesschek.m
│ │ ├── hintmat.m
│ │ ├── hinton.m
│ │ ├── histp.m
│ │ ├── hmc.m
│ │ ├── kmeansNetlab.m
│ │ ├── knnfwd.m
│ │ ├── knn.m
│ │ ├── LICENSE
│ │ ├── linef.m
│ │ ├── linemin.m
│ │ ├── maxitmess.m
│ │ ├── mdn2gmm.m
│ │ ├── mdndist2.m
│ │ ├── mdnerr.m
│ │ ├── mdnfwd.m
│ │ ├── mdngrad.m
│ │ ├── mdninit.m
│ │ ├── mdn.m
│ │ ├── mdnnet.mat
│ │ ├── mdnpak.m
│ │ ├── mdnpost.m
│ │ ├── mdnprob.m
│ │ ├── mdnunpak.m
│ │ ├── metrop.m
│ │ ├── minbrack.m
│ │ ├── mlpbkp.m
│ │ ├── mlpderiv.m
│ │ ├── mlperr.m
│ │ ├── mlpevfwd.m
│ │ ├── mlpfwd.m
│ │ ├── mlpgrad.m
│ │ ├── mlphdotv.m
│ │ ├── mlphess.m
│ │ ├── mlphint.m
│ │ ├── mlpinit.m
│ │ ├── mlp.m
│ │ ├── mlppak.m
│ │ ├── mlpprior.m
│ │ ├── mlptrain.m
│ │ ├── mlpunpak.m
│ │ ├── netderiv.m
│ │ ├── neterr.m
│ │ ├── netevfwd.m
│ │ ├── netgrad.m
│ │ ├── nethess.m
│ │ ├── netinit.m
│ │ ├── netlab3.3.zip
│ │ ├── netlogo.mat
│ │ ├── netopt.m
│ │ ├── netpak.m
│ │ ├── netunpak.m
│ │ ├── oilTrn.dat
│ │ ├── oilTst.dat
│ │ ├── olgd.m
│ │ ├── pca.m
│ │ ├── plotmat.m
│ │ ├── ppca.m
│ │ ├── quasinew.m
│ │ ├── rbfbkp.m
│ │ ├── rbfderiv.m
│ │ ├── rbferr.m
│ │ ├── rbfevfwd.m
│ │ ├── rbffwd.m
│ │ ├── rbfgrad.m
│ │ ├── rbfhess.m
│ │ ├── rbfjacob.m
│ │ ├── rbf.m
│ │ ├── rbfpak.m
│ │ ├── rbfprior.m
│ │ ├── rbfsetbf.m
│ │ ├── rbfsetfw.m
│ │ ├── rbftrain.m
│ │ ├── rbfunpak.m
│ │ ├── rosegrad.m
│ │ ├── rosen.m
│ │ ├── scg.m
│ │ ├── somfwd.m
│ │ ├── som.m
│ │ ├── sompak.m
│ │ ├── somtrain.m
│ │ ├── somunpak.m
│ │ └── xor.dat
│ └── netlabKPM
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── demgmm1_movie.m
│ ├── evidence_weighted.m
│ ├── glmerr_weighted.m
│ ├── glmgrad_weighted.m
│ ├── glmhess_weighted.m
│ ├── glmtrain_weighted.m
│ ├── gmm1.avi
│ ├── gmmem2.m
│ ├── gmmem_multi_restart.m
│ ├── kmeans_demo.m
│ ├── mlperr_weighted.m
│ ├── mlpgrad_weighted.m
│ ├── mlphdotv_weighted.m
│ ├── mlphess_weighted.m
│ ├── neterr_weighted.m
│ ├── netgrad_weighted.m
│ ├── nethess_weighted.m
│ ├── netopt_weighted.m
│ ├── process_options.m
│ └── README.txt
├── Matlab神经网络工具箱使用教程.pdf
├── 如何使用贝叶斯网络工具箱.pdf
└── 贝叶斯神经网络工具箱FullBNT-1.0.4.zip
312 directories, 2171 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论