double pviterbi_logp

(pmodel* mo, psequence* X, psequence* Y,
  int* state_seq, int state_seq_len)

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++.