double viterbi_logp

(model* mo, int* o, int len, int* state_seq)

Calculates the logarithmic probability to a given path through the states (does not have to be the Viterbi path), given sequence and a model.

Documentation

Calculates the logarithmic probability to a given path through the states (does not have to be the Viterbi path), given sequence and a model.
Parameters:
mo - : model
o - : sequence
len - : length of the sequence
state_seq - : path through the states
Returns:
log P

Alphabetic index



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