Uses of Class
org.tribuo.classification.sequence.ConfidencePredictingSequenceModel.Subsequence
Packages that use ConfidencePredictingSequenceModel.Subsequence
Package
Description
Provides infrastructure for
SequenceModels which
emit Labels at each step of the sequence.-
Uses of ConfidencePredictingSequenceModel.Subsequence in org.tribuo.classification.sequence
Methods in org.tribuo.classification.sequence with type parameters of type ConfidencePredictingSequenceModel.SubsequenceModifier and TypeMethodDescriptionstatic <SUB extends ConfidencePredictingSequenceModel.Subsequence>
List<Double>ConfidencePredictingSequenceModel.multiplyWeights(List<Prediction<Label>> predictions, List<SUB> subsequences) A scoring method which multiplies together the per prediction scores.abstract <SUB extends ConfidencePredictingSequenceModel.Subsequence>
List<Double>ConfidencePredictingSequenceModel.scoreSubsequences(SequenceExample<Label> example, List<Prediction<Label>> predictions, List<SUB> subsequences) The scoring function for the subsequences.