Class ChainHelper.ChainViterbiResults
java.lang.Object
org.tribuo.classification.sgd.crf.ChainHelper.ChainViterbiResults
- Enclosing class:
- ChainHelper
Viterbi output from a linear chain. One day it'll be a record, but not today.
-
Field Summary
Modifier and TypeFieldDescriptionfinal double
The score for this result.final int[]
The viterbi states.The pre-viterbi scores. -
Method Summary
-
Field Details
-
mapScore
public final double mapScoreThe score for this result. -
mapValues
public final int[] mapValuesThe viterbi states. -
scores
The pre-viterbi scores.
-