operator
Class CRFOperator.Node
java.lang.Object
operator.CRFOperator.Node
- Enclosing class:
- CRFOperator
class CRFOperator.Node
- extends java.lang.Object
Class for a node in the CRFOperator.Sequence
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prev2currBigram
public double[][] prev2currBigram
currUnigram
public double[] currUnigram
forwardSum
public double[] forwardSum
backwardSum
public double[] backwardSum
currentMax
public double[] currentMax
prevArgMax
public int[] prevArgMax
nextArgMax
public int[] nextArgMax
CRFOperator.Node
public CRFOperator.Node(int nOfLabel)