Package | Description |
---|---|
marytts.unitselection.select.viterbi |
Modifier and Type | Method and Description |
---|---|
ViterbiPath |
ViterbiCandidate.getBestPath()
Gets the best path leading to this candidate
|
ViterbiPath |
ViterbiPath.getNext()
Get the next path
|
ViterbiPath |
ViterbiPath.getPrevious()
Get the previous path
|
Modifier and Type | Method and Description |
---|---|
List<ViterbiPath> |
ViterbiPoint.getPaths()
Gets the sorted set containting the paths of the candidates of this point, sorted by score.
|
Modifier and Type | Method and Description |
---|---|
int |
ViterbiPath.compareTo(ViterbiPath o)
Compare two viterbi paths such that the one with the lower score is considered smaller.
|
void |
ViterbiCandidate.setBestPath(ViterbiPath bestPath)
Sets the currently best path leading to this candidate.
|
void |
ViterbiPath.setNext(ViterbiPath next)
Set the next path
|
Constructor and Description |
---|
ViterbiPath(ViterbiCandidate candidate,
ViterbiPath previousPath,
double score) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.