public class Viterbi<T> extends Object
| Constructor and Description |
|---|
Viterbi(List<T>[] objGraph,
Values<T> fun) |
Viterbi(T[][] objGraph,
Values<T> fun) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
compute(Score score) |
void |
print() |
Viterbi<T> |
printScore() |
void |
printSelfScore() |
Viterbi<T> |
rmLittlePath() |
Copyright © 2017. All rights reserved.