Package | Description |
---|---|
org.tribuo.classification.sequence.viterbi |
Provides an implementation of Viterbi for generating structured outputs, which can sit on top of any
Label based classification model. |
Modifier and Type | Method and Description |
---|---|
ViterbiModel.ScoreAggregation |
ViterbiModel.getScoreAggregation() |
static ViterbiModel.ScoreAggregation |
ViterbiModel.ScoreAggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViterbiModel.ScoreAggregation[] |
ViterbiModel.ScoreAggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ViterbiTrainer(Trainer<Label> trainer,
LabelFeatureExtractor labelFeatureExtractor,
int stackSize,
ViterbiModel.ScoreAggregation scoreAggregation) |
ViterbiTrainer(Trainer<Label> trainer,
LabelFeatureExtractor labelFeatureExtractor,
ViterbiModel.ScoreAggregation scoreAggregation) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.