GHMM Constants


o EPS_ITER_BW
Convergence: Halt criterium for Baum-Welch reestimation if the difference of log(P) in two consecutive iterations is smaller than (EPS\_ITER\_BW * log(P))
o EPS_PREC
If the absolute difference of two numbers is smaller the EPS_PREC, then the numbers are equal.
o EPS_U
Minimum value for U
o MAX_U
Maximum value for U (Turning point at 100 ?)
o MAX_ITER_BW
Maximum number of iterations in reestimate
o MAX_SEQ_LEN
Maximum length of a sequence
o MAX_SEQ_NUMBER
Maximum number of sequences
o PENALTY_LOGP
A value that is put in for log_p in the calculation of the objective function if sfoba_logp returns -1 (error)
o EPS_NDT
The left limit for the normal density

Alphabetic index



This page was generated with the help of DOC++.