cc.mallet.fst.semi_supervised
Class GELattice.LatticeNode

java.lang.Object
  extended by cc.mallet.fst.semi_supervised.GELattice.LatticeNode
Enclosing class:
GELattice

protected class GELattice.LatticeNode
extends java.lang.Object

Contains forward-backward vectors correspoding to an input position and a state index.


Field Summary
protected  LogNumber[] alpha
           
protected  LogNumber[] beta
           
 
Constructor Summary
GELattice.LatticeNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alpha

protected LogNumber[] alpha

beta

protected LogNumber[] beta
Constructor Detail

GELattice.LatticeNode

public GELattice.LatticeNode()