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 | Class and Description |
---|---|
class |
DefaultFeatureExtractor
A label feature extractor that produces several kinds of label-based features.
|
class |
NoopFeatureExtractor
A label feature extractor that doesn't produce any label based features.
|
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.