Uses of Class
org.tribuo.classification.sgd.crf.ChainHelper.ChainBPResults
Package
Description
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
-
Uses of ChainHelper.ChainBPResults in org.tribuo.classification.sgd.crf
Modifier and TypeMethodDescriptionstatic ChainHelper.ChainBPResults
ChainHelper.beliefPropagation
(ChainHelper.ChainCliqueValues scores) Runs belief propagation on a linear chain CRF.