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 |
---|---|
ViterbiTrainer |
ViterbiTrainerOptions.getSequenceTrainer(Trainer<Label> innerTrainer)
Creates a viterbi trainer wrapping the supplied label trainer.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.