资源简介
应用matlab编写的贝叶斯网络结构学习工具包的v1.5版。
代码片段和文件信息
% BNT Structure Learning Package
% http://banquiseasi.insa-rouen.fr/projects/bnt-slp/
%
% Some usefull add-ons for Bayes Net Toolbox
% ==================================================================================================
% v1.5 : 20 avril 2008
% ==================================================================================================
%
% Data manipulation
% -----------------
%
% - mat_to_bnt : matrix to cell array conversion (with missing data encoding in the matrix)
% - hist_ic : optimal Histogram based on IC information criterion (PhL)
% - histc_ic : Histogram count for HIST_IC edges (PhL)
%
%
% Bayes Net Structure Learning
% ----------------------------
%
% - cond_indep_chisquare : test if X indep Y given Z using ChiSquare test (Pearson‘s or Likelihood Ratio Test) (PhLOF)
% (for use with LEARN_STRUCT_PDAG_PC or LEARN_STRUCT_PDAG_IC_STAR)
% - test_chisquare : test for COND_INDEP_CHISQUARE function
% - test_pc : test for LEARN_STRUCT_PDAG_PC function with ChiSquare test (PhL)
%
% - mk_alarm_bnet : make the bnet of ALARM network (WH) (used in test_sem3)
% - mk_asia_bnet : make the bnet of ASIA network (PhLOF) (used in test functions)
%
% - mk_naive_struct : generate the naive bayes structure (for a given class node)
%
% - learn_struct_mwst : structure learning using maximum spanning tree (OF PhL)
% - mutual_info_score : mutual information scoring (OF PhL WXY)
% - test_mwst : test for LEARN_STRUCT_MWST function (PhL)
%
% - learn_struct_tan : structure learning giving the best tree augmented naive bayes classifier (OF PHL NS)
%
% - learn_struct_hc : structure learning using hill climbing (GL)
% - learn_struct_gs : structure learning using greedy search (GL)
% - learn_struct_gs2 : structure learning using greedy search with cache implementation (GL WH OF PhL)
% (use mk_nbrs_of_dag_topo (developped WH) instead of mk_nbrs_of_dag)
% - score_init_cache : cache initialisation for local score computation (OF PhL)
% - score_family : new version of BNT function with cache implementation (OF PhL)
% - score_dags : new version of BNT function with cache implementation (OF PhL DH)
% - test_gs2 : test for LEARN_STRUCT_GS2 function (PhL)
%
% - learn_struct_ges : structure learning using Greedy Equivalence Search (PhL)
% - mk_nbrs_of_pdag_add : generate the sup. inclusion boundary of a given pdag (PhL)
% - mk_nbrs_of_pdag_del : generate the inf. inclusion boundary of a given pdag (PhL)
% - test_ges : test for LEARN_STRUCT_GES function (PhL)
%
% - learn_struct_EM : structure learning using structural EM (WH)
% - multiply_one_marginal.c
% - mk
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5482 2011-10-18 15:13 SLP\contents.m
文件 51 2011-10-18 15:14 SLP\copyright.txt
文件 1191 2011-10-18 15:35 SLP\examples\test_bnpc.m
文件 1304 2011-10-18 15:36 SLP\examples\test_bnpc2.m
文件 6212 2011-10-19 14:25 SLP\examples\test_cache.m
文件 1939 2011-10-18 15:36 SLP\examples\test_chisquare.m
文件 591 2011-10-18 15:37 SLP\examples\test_cpdag.m
文件 1544 2011-10-18 15:37 SLP\examples\test_data_generation.m
文件 3204 2011-10-18 15:37 SLP\examples\test_gener.m
文件 1279 2011-10-19 15:05 SLP\examples\test_ges.m
文件 635 2011-10-18 15:38 SLP\examples\test_ges_em.m
文件 1887 2011-10-19 14:21 SLP\examples\test_gs2.m
文件 540 2011-10-18 15:39 SLP\examples\test_kldiv.m
文件 1905 2011-10-18 15:39 SLP\examples\test_knn.m
文件 940 2011-10-18 15:39 SLP\examples\test_mwst.m
文件 3963 2011-10-18 15:35 SLP\examples\test_MWSTEM.m
文件 2014 2011-10-18 15:40 SLP\examples\test_netica_export.m
文件 1143 2011-10-19 09:21 SLP\examples\test_pc.m
文件 1241 2011-10-19 16:38 SLP\examples\test_sem1.asv
文件 1241 2011-10-19 17:41 SLP\examples\test_sem1.m
文件 1141 2011-10-18 15:41 SLP\examples\test_sem2.m
文件 601497 2011-10-18 15:44 SLP\examples\UCI_DataSets\abalone
文件 4319 2011-10-18 15:45 SLP\examples\UCI_DataSets\abalone.names
文件 350 2011-10-18 15:45 SLP\examples\UCI_DataSets\abaloneD.m
文件 165615 2011-10-18 15:45 SLP\examples\UCI_DataSets\australian
文件 2467 2011-10-18 15:46 SLP\examples\UCI_DataSets\australian.doc
文件 373 2011-10-18 15:47 SLP\examples\UCI_DataSets\australianD.m
文件 193543 2011-10-18 15:47 SLP\examples\UCI_DataSets\car
文件 3097 2011-10-18 15:47 SLP\examples\UCI_DataSets\car.names
文件 316 2011-10-18 15:48 SLP\examples\UCI_DataSets\carD.m
............此处省略177个文件信息
相关资源
- 红外运动目标识别系统的Matlab实现
- 基于人工神经网络的汽车牌照识别M
- zw_PID控制Matlab仿真.zip
- MATLAB初学者教程 MATLAB编程-菜鸟入门清
- 基于MATLAB的车牌自动识别系统源码
- SVPWM原理及MATLAB仿真指导
- 亚像素棋盘格角点获取
- 官方matlab中文帮助文档.pdf
- Antenna Theory Analysis and Design(源码)
- 基于MATLAB的超声波声场仿真软件
- matlab statistics learning toolbox
- 胡广书的现代信号处理Word版以及Mat
- Matlab 2015b神经网络通用函数
- 系统辨识理论及Matlab仿真-刘金琨 [程
- NURBS Toolbox for Matlab
- Matlab实现SIFT三幅图像拼接
- Clustering by fast search and find of density
- ps基本原理及其matlab仿真(西安电子科
- MATLAB统计分析与应用:40个案例分析
- CT算法MATLAB
- 《生物医学数据处理及其MATLAB实现》
- 基于MATLAB的图像边缘检测算法的仿真
- 贝叶斯网络工具箱Matlab工具包
- 何凯明_暗通道去雾_matlab源码
- matlab阵列信号处理工具箱DBT版本2.20阵
- MATLAB串口调试助手源代码
- LDPC编译码器Matlab代码及参考资料
- 模型预测控制系统的Matlab设计和实施
- MatlabForRadar.rar
- matlab6.X 图像处理
评论
共有 条评论