operator
Class CRFOperator.Node

java.lang.Object
  extended by operator.CRFOperator.Node
Enclosing class:
CRFOperator

 class CRFOperator.Node
extends java.lang.Object

Class for a node in the CRFOperator.Sequence.


Field Summary
 double[] backwardSum
           
 double[] currentMax
           
 double[] currUnigram
           
 double[] forwardSum
           
 int[] nextArgMax
           
 double[][] prev2currBigram
           
 int[] prevArgMax
           
 
Constructor Summary
CRFOperator.Node(int nOfLabel)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CRFOperator.Node

public CRFOperator.Node(int nOfLabel)