- getBacktrackTable() - Method in class HMM
-
Returns the backtracking table used by the Viterbi algorithm.
- getEmissionLength() - Method in class State
-
Returns the length of the characters that this State
can output (all
characters output by a State
are the same length).
- getEmissionProbability(String) - Method in class State
-
Returns the probability that this State
emits the specified character s
,
or 0.0 if this State
cannot emit character s
.
- getName() - Method in class State
-
Returns the name of this State.
- getScoreOfOptimalAnnotation() - Method in class HMM
-
Returns the score (the natural logarithm of the probability) of
the optimal annotation of the observation sequence.
- getTable() - Method in class HMM
-
Returns the dynamic programming table used by the Viterbi algorithm.