Uses of Class
org.tribuo.classification.sgd.crf.ChainHelper.ChainViterbiResults
Package
Description
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
-
Uses of ChainHelper.ChainViterbiResults in org.tribuo.classification.sgd.crf
Modifier and TypeMethodDescriptionChainHelper.viterbi
(ChainHelper.ChainCliqueValues scores) Runs Viterbi on a linear chain CRF.