Attributes

  1. N: Number of hidden states.
  2. B: Observation batch size.
  3. pi[i]: Initial probability of the $i$-th hidden state.
  4. A[i][j]: Transition probability from hidden state $i$ to hidden state $j$.
  5. p[i]: Transition probability from the state associated with symbol $0$ to that associated with symbol $1$, in hidden state $i$.
  6. q[i]: Transition probability from the state associated with symbol $1$ to that associated with symbol $0$, in hidden state $i$.
  7. r[i]: Initial probability of the state associated with symbol $1$, in hidden state $i$.
  8. result[i]: Resulting array of last executed method.



Guilherme Dutra Gonzaga Jaime 2010-10-27