Uses of Enum Class
org.tribuo.classification.sequence.viterbi.ViterbiModel.ScoreAggregation
Package
Description
Provides an implementation of Viterbi for generating structured outputs, which can sit on top of any
Label
based classification model.-
Uses of ViterbiModel.ScoreAggregation in org.tribuo.classification.sequence.viterbi
Modifier and TypeMethodDescriptionViterbiModel.getScoreAggregation()
Gets the score aggregation function.Returns the enum constant of this class with the specified name.static ViterbiModel.ScoreAggregation[]
ViterbiModel.ScoreAggregation.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionViterbiTrainer
(Trainer<Label> trainer, LabelFeatureExtractor labelFeatureExtractor, int stackSize, ViterbiModel.ScoreAggregation scoreAggregation) Constructs a ViterbiTrainer wrapping the specified trainer.ViterbiTrainer
(Trainer<Label> trainer, LabelFeatureExtractor labelFeatureExtractor, ViterbiModel.ScoreAggregation scoreAggregation) Constructs a ViterbiTrainer wrapping the specified trainer, with an unbounded stack size.