readme

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

TXT
17
字号
This is a C implementation of jtree_inf_engine written
by Wei Hu (Intel, China).

The only difference from jtree_inf_engine is that it use
cell array to store clpot and seppot, not in dpot object.
You can perform inference use "enter_softev_c" or following list:
"init_pot"
"collect_evidence"
"distribute_evidence"
"myNormalize"

Two approaches give the same result, with the later is a little slow.
(In DBN, the collect and distribute evidence procedure are separated)

All hidden nodes must be discrete.
Currently the marginal_family and marginal_nodes functions have not
been implemented

⌨️ 快捷键说明

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