HMM-Modell


o state
o model
o sdmodel_free
Frees the memory of a model.
o sdmodel_generate_sequences
Produces sequences to a given model.
o sdmodel_copy
Copies a given model.
o sdmodel_to_model
Utility for converting between single discrete model and switching model
o model_to_sdmodel
o sdmodel_print
Writes a model in matrix format.
o sdmodel_Ak_print
Writes transition matrix of a model.
o sdmodel_B_print
Writes output matrix of a model.
o sdmodel_Pi_print
Writes initial allocation vector of a matrix.
o sdmodel_topo_ordering
sdviterbi is working for switching discrete model sdmodel_topo_ordering -- need to be implemented with DFS (as in model_utilc) ============================================================================
o sdfoba_forward
Forward-Algorithm.
o sdfoba_descale
Descale descales the alpha matrix from the forward algorithm
o sdmodel_likelihood
Calculates the sum log( P( O | lambda ) ).
o sdmodel_states_print
Writes the parameters of a model sorted by states.

Alphabetic index



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