#include <sent/stddefs.h>
#include <sent/hmm.h>
addlog.cのインクルード依存関係図

マクロ定義 | |
| #define | TBLSIZE 500000 |
| Table size (precision depends on this). | |
| #define | VRANGE 15 |
| Must be larger than -LOG_ADDMIN. | |
| #define | TMAG 33333.3333 |
| TBLSIZE / VRANGE. | |
関数 | |
| void | make_log_tbl () |
Generate a value tables of . | |
| LOGPROB | addlog (LOGPROB x, LOGPROB y) |
| LOGPROB | addlog_array (LOGPROB *a, int n) |
変数 | |
| static LOGPROB | tbl [TBLSIZE] |
Table of . | |
addlog.c で定義されています。
|
|
Generate a value tables of
参照元 outprob_init(). |
|
||||||||||||
|
Rapid computation of If value differs more than LOG_ADDMIN, the larger value will be returned as is.
|
|
||||||||||||
|
Rapid computation of
参照元 calc_mix(), calc_tied_mix(), と gmm_calc_mix(). |
1.4.2