Uses of Class
org.tribuo.classification.sequence.ConfidencePredictingSequenceModel.Subsequence
Package
Description
Provides infrastructure for
SequenceModel
s which
emit Label
s at each step of the sequence.Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
-
Uses of ConfidencePredictingSequenceModel.Subsequence in org.tribuo.classification.sequence
Modifier 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. -
Uses of ConfidencePredictingSequenceModel.Subsequence in org.tribuo.classification.sgd.crf
Modifier and TypeMethodDescription<SUB extends ConfidencePredictingSequenceModel.Subsequence>
List<Double>CRFModel.scoreSubsequences
(SequenceExample<Label> example, List<Prediction<Label>> predictions, List<SUB> subsequences)