Class ConfidencePredictingSequenceModel

java.lang.Object
org.tribuo.sequence.SequenceModel<Label>
org.tribuo.classification.sequence.ConfidencePredictingSequenceModel
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.provenance.Provenancable<ModelProvenance>, Serializable
Direct Known Subclasses:
CRFModel

A Sequence model which can provide confidence predictions for subsequence predictions.

Used to provide confidence scores on a per subsequence level.

The exemplar of this is providing a confidence score for each Named Entity present in a SequenceExample.

See Also: