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
FieldsModifier and TypeFieldDescriptionfinal double
final int[]
-
Constructor Summary
ConstructorsConstructorDescriptionChainViterbiResults
(double mapScore, int[] mapValues, ChainHelper.ChainCliqueValues scores) -
Method Summary
-
Field Details
-
mapScore
-
mapValues
-
scores
-
-
Constructor Details
-
ChainViterbiResults
-