• 大小: 1.27MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-27
  • 语言: Matlab
  • 标签: matlab  结构学习  

资源简介

应用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个文件信息

评论

共有 条评论