int sfoba_backward

(smodel* smo, double* O, int T, double*** b,
  double** beta, const double* scale)

Backward-Algorithm.

Documentation

Backward-Algorithm. Calculates beta[t][i] given a double sequence and a model. Scale factors given as parameter (come from sfoba\_forward).
Parameters:
- smo model
O - sequence
T - length of sequence
- b matrix with precalculated output probabilities. May be NULL
beta - beta[t][i]
scale - scale factors
Returns:
0 for success, -1 for error

Alphabetic index



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