#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
#include <sent/htk_param.h>
#include <sent/hmm.h>
put_htkdata_info.cのインクルード依存関係図
関数 | |
void | put_htk_trans (HTK_HMM_Trans *t) |
void | put_htk_var (HTK_HMM_Var *v) |
void | put_htk_dens (HTK_HMM_Dens *d) |
void | put_htk_state (HTK_HMM_State *s) |
void | put_htk_hmm (HTK_HMM_Data *h) |
void | put_logical_hmm (HMM_Logical *logical) |
void | put_hmm_arc (HMM *d) |
void | put_hmm_outprob (HMM *d) |
void | put_hmm (HMM *d) |
void | put_param_head (HTK_Param_Header *h) |
void | put_vec (VECT **p, int num, short veclen) |
void | put_param (HTK_Param *pinfo) |
void | put_param_info (HTK_Param *pinfo) |
static int | get_max_mixture_num (HTK_HMM_INFO *hmminfo) |
void | print_hmmdef_info (HTK_HMM_INFO *hmminfo) |
変数 | |
static char | buf [512] |
Local work area for text handling. |
put_htkdata_info.c で定義されています。
|
Output transition matrix.
put_htkdata_info.c の 38 行で定義されています。 参照元 check_hmm_limit(), と put_htk_hmm(). |
|
Output variance vector (diagonal).
put_htkdata_info.c の 60 行で定義されています。 参照元 put_htk_dens(). |
|
Output a density information, mean and variance.
put_htkdata_info.c の 81 行で定義されています。 参照元 put_htk_state(). |
|
Output mixture component of a state.
put_htkdata_info.c の 104 行で定義されています。 参照元 put_hmm_outprob(), と put_htk_hmm(). |
|
Output HMM model, number of states and information for each state.
put_htkdata_info.c の 125 行で定義されています。 |
|
Output logical HMM data and its mapping status.
put_htkdata_info.c の 144 行で定義されています。 参照元 print_hmminfo(). |
|
Output transition arcs of an HMM instance.
put_htkdata_info.c の 160 行で定義されています。 参照元 put_hmm(). |
|
Output output probability information of an HMM instance.
put_htkdata_info.c の 183 行で定義されています。 参照元 put_hmm(). |
|
Output an HMM instance.
put_htkdata_info.c の 204 行で定義されています。 |
|
Output parameter header.
put_htkdata_info.c の 216 行で定義されています。 参照元 put_param(). |
|
Output array of vectors.
put_htkdata_info.c の 232 行で定義されています。 参照元 put_param(). |
|
Output the whole parameter information, including header and all vectors.
put_htkdata_info.c の 252 行で定義されています。 |
|
Output the length of an input parameter by number of frames and seconds.
put_htkdata_info.c の 264 行で定義されています。 |
|
Get the maximum number of mixtures per state in a HMM definition.
put_htkdata_info.c の 282 行で定義されています。 参照元 print_hmmdef_info(). |
|
Output total statistic informations of the HMM definition data.
put_htkdata_info.c の 300 行で定義されています。 参照元 print_info(). |