cc.mallet.fst.semi_supervised
Class EntropyLattice.LatticeNode

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

public class EntropyLattice.LatticeNode
extends java.lang.Object

Contains alpha, beta values at a particular input position and state pair.


Field Summary
 double alpha
           
 double beta
           
 int ip
           
 Transducer.State state
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ip

public int ip

state

public Transducer.State state

alpha

public double alpha

beta

public double beta