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, nowTruepublic com.ibm.bluej.util.common.FunST<ScanTerm,java.lang.Boolean> shouldSave
public double reallyCheckProb
public SingleMAP(CRFState crfState)
public IWorldWeight getWorldWeight()
getWorldWeight in class MaximumAPostpublic void clear()
clear in class MaximumAPostpublic boolean checkBest()
checkBest in class MaximumAPostpublic double getBestWeight()
public java.util.Collection<ScanTerm> getBest()