Uses of Class
cc.mallet.types.LogNumber
-
Packages that use LogNumber Package Description cc.mallet.fst.semi_supervised cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of LogNumber in cc.mallet.fst.semi_supervised
Fields in cc.mallet.fst.semi_supervised declared as LogNumber Modifier and Type Field Description protected LogNumber[]
GELattice.LatticeNode. alpha
protected LogNumber[]
GELattice.LatticeNode. beta
protected LogNumber[][][]
GELattice. dotCache
Methods in cc.mallet.fst.semi_supervised that return LogNumber Modifier and Type Method Description LogNumber
GELattice. getAlpha(int ip, int s1, int s2)
LogNumber
GELattice. getBeta(int ip, int s1, int s2)
-
Uses of LogNumber in cc.mallet.types
Methods in cc.mallet.types with parameters of type LogNumber Modifier and Type Method Description void
LogNumber. plusEquals(LogNumber other)
void
LogNumber. timesEquals(LogNumber other)
-