Class ChainHelper.ChainBPResults
java.lang.Object
org.tribuo.classification.sgd.crf.ChainHelper.ChainBPResults
- Enclosing class:
- ChainHelper
Belief Propagation results. One day it'll be a record, but not today.
-
Field Summary
Modifier and TypeFieldDescriptionfinal DenseVector[]
The alpha values array from forward propagation.final DenseVector[]
The beta values array from backward propagation.final double
The normalization constant.The local clique scores (i.e., the linear model scores). -
Method Summary
-
Field Details
-
logZ
public final double logZThe normalization constant. -
alphas
The alpha values array from forward propagation. -
betas
The beta values array from backward propagation. -
scores
The local clique scores (i.e., the linear model scores).
-