public class SingleMAP extends MaximumAPost
Modifier and Type | Field and Description |
---|---|
double |
reallyCheckProb |
com.ibm.bluej.util.common.FunST<ScanTerm,java.lang.Boolean> |
shouldSave |
Modifier and Type | Method and Description |
---|---|
boolean |
checkBest() |
void |
clear() |
java.util.Collection<ScanTerm> |
getBest() |
double |
getBestWeight() |
IWorldWeight |
getWorldWeight() |
isInterested, nowFalse, nowTrue
public com.ibm.bluej.util.common.FunST<ScanTerm,java.lang.Boolean> shouldSave
public double reallyCheckProb
public SingleMAP(CRFState crfState)
public IWorldWeight getWorldWeight()
getWorldWeight
in class MaximumAPost
public void clear()
clear
in class MaximumAPost
public boolean checkBest()
checkBest
in class MaximumAPost
public double getBestWeight()
public java.util.Collection<ScanTerm> getBest()