📄 bndi_var
字号:
# bndi variables## file to be read by commander.p# each line is turned into a structure entry (str)# a default-setting entry (def)# a usage-printing entry (usg)# and a command line reading entry (clr)# of these, the S, U and C can be disabled by >No S, etc.# and the D can be disabled by -.## variable type deflt flag short_name extra_action long_name#>PU NLNE; printf(" Iterates the bn decoding rule for an infinite loopless ") ;>PU NLNE; printf(" belief network\n") ;c->t d 4 -t t - number per columnc->tr d 8 -tr tr - number per rowc->verbose d 0 -v verbose - verbosec->f f 0.05 -f f - noise levelc->loops d 20 -l loops - number of iterationsc->N d 100 -n N - number of states to keepc->seed ld 123 -seed seed - seedc->write_entropy d 1 -we we - write entropyc->write_state d 1 -ws ws - write state vectorsc->write_period_a d 1 -wpa p - period for writing state until endac->write_enda d 10 -enda e - endac->write_period_b d 10 -wpb p - period for writing state until ...c->write_endb d 10 -endb e - endb (no function)c->hlim f 0.0 -hlim lim - zero point for entropy---terminates iterationc->shannon_check d 1 -sh sh - whether to check that we are not attepting to decode beyond shannon limit >No CUc->h f - - - - -c->h_non_zero d 1 - - - -c->efile s - -ef efile - -c->statefile s - -sf statefile - -c->loop d 1 - - - loop numberc->friends d 0 - - - number of friends in each relationship = tr-1c->up_rels d 0 - - - number of relationships up the tree = t-1c->tot_friends d 0 - - - total number of friends up tree>CU
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -