Uses of Interface
org.tribuo.classification.sequence.viterbi.LabelFeatureExtractor
Packages that use LabelFeatureExtractor
Package
Description
Provides an implementation of Viterbi for generating structured outputs, which can sit on top of any
Label based classification model.-
Uses of LabelFeatureExtractor in org.tribuo.classification.sequence.viterbi
Classes in org.tribuo.classification.sequence.viterbi that implement LabelFeatureExtractorModifier and TypeClassDescriptionclassA label feature extractor that produces several kinds of label-based features.classA label feature extractor that doesn't produce any label based features.Constructors in org.tribuo.classification.sequence.viterbi with parameters of type LabelFeatureExtractorModifierConstructorDescriptionViterbiTrainer(Trainer<Label> trainer, LabelFeatureExtractor labelFeatureExtractor, int stackSize, ViterbiModel.ScoreAggregation scoreAggregation) ViterbiTrainer(Trainer<Label> trainer, LabelFeatureExtractor labelFeatureExtractor, ViterbiModel.ScoreAggregation scoreAggregation)