[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r1991] by grunau

stores the length of the viterbi path ending in each state

much easier backtrace and allocation for HMMs with silent states
a little bit slower but saving 100 lines of ugly code

2007-12-05 16:39:04 Tree
[r1990] by grunau

avoid comparing doubles in ghmm_dmodel_viterbi if comparing int is also possible

2007-12-05 16:04:22 Tree
[r1989] by grunau

exhange phi pointers instead copying the values

2007-12-05 15:59:07 Tree
[r1988] by grunau

return the path length in ghmm_dmodel_viterbi()

helps parsing of the result in python for HMMs with silent states

2007-12-05 15:48:14 Tree
[r1987] by grunau

remove one python loop in getGeneratinStates

2007-12-05 15:23:15 Tree
[r1986] by grunau

remove trailing whitespace

2007-12-05 15:03:17 Tree
[r1985] by grunau

don't loop in python, when parsing the viterbi path

2007-12-05 14:52:50 Tree
[r1984] by grunau

integer to double conversion is mostly without loss

2007-12-04 16:09:07 Tree
[r1983] by grunau

implements python list <-> double array conversions
move array based helpers to wrapper_arrays.i

2007-12-04 15:57:47 Tree
[r1982] by grunau

implement list to int array and vice versa conversions in the ghmmwrapper
15 fold speed increase for large lists/arrays

2007-12-04 14:46:51 Tree
Older >