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 |
---|---|
static ViterbiTrainerOptions.ViterbiLabelFeatures |
ViterbiTrainerOptions.ViterbiLabelFeatures.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViterbiTrainerOptions.ViterbiLabelFeatures[] |
ViterbiTrainerOptions.ViterbiLabelFeatures.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.