Uses of Enum Class
org.tribuo.classification.sequence.viterbi.ViterbiTrainerOptions.ViterbiLabelFeatures
Packages that use ViterbiTrainerOptions.ViterbiLabelFeatures
Package
Description
Provides an implementation of Viterbi for generating structured outputs, which can sit on top of any
Label
based classification model.-
Uses of ViterbiTrainerOptions.ViterbiLabelFeatures in org.tribuo.classification.sequence.viterbi
Subclasses with type arguments of type ViterbiTrainerOptions.ViterbiLabelFeatures in org.tribuo.classification.sequence.viterbiModifier and TypeClassDescriptionstatic enum
Type of label features to include.Methods in org.tribuo.classification.sequence.viterbi that return ViterbiTrainerOptions.ViterbiLabelFeaturesModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ViterbiTrainerOptions.ViterbiLabelFeatures.values()
Returns an array containing the constants of this enum class, in the order they are declared.