Package | Description |
---|---|
com.ibm.bluej.consistency | |
com.ibm.bluej.consistency.inference | |
com.ibm.bluej.consistency.learning | |
com.ibm.bluej.consistency.old |
Modifier and Type | Method and Description |
---|---|
abstract IWorldWeight |
MaximumAPost.getWorldWeight() |
Modifier and Type | Field and Description |
---|---|
IWorldWeight |
SavedWorld.worldWeight |
Modifier and Type | Method and Description |
---|---|
IWorldWeight |
FlexibleMAP.getWorldWeight() |
IWorldWeight |
EvaluateMAP.getWorldWeight() |
IWorldWeight |
SingleMAP.getWorldWeight() |
IWorldWeight |
NBestWorldSaver.save(IDeltaWeight worldWeight,
java.util.Iterator<IndexEntry> truth) |
IWorldWeight |
SingleWorldSaver.save(IDeltaWeight worldWeight,
java.util.Iterator<IndexEntry> truth) |
IWorldWeight |
MAPWorldSaver.save(IDeltaWeight worldWeight,
java.util.Iterator<IndexEntry> truth) |
Modifier and Type | Class and Description |
---|---|
class |
WorldWeightFixed |
class |
WorldWeightParam |
Modifier and Type | Method and Description |
---|---|
IWorldWeight |
SingleDelta.recordWeight() |
IWorldWeight |
IDeltaWeight.recordWeight() |
IWorldWeight |
DeltaOnly.recordWeight() |
IWorldWeight |
FixedDeltaWeight.recordWeight() |
Modifier and Type | Method and Description |
---|---|
void |
SingleDelta.updateBestWeight(IWorldWeight bestWeight) |
void |
IDeltaWeight.updateBestWeight(IWorldWeight bestWeight) |
void |
DeltaOnly.updateBestWeight(IWorldWeight bestWeight) |
void |
FixedDeltaWeight.updateBestWeight(IWorldWeight bestWeight) |
Modifier and Type | Method and Description |
---|---|
IWorldWeight |
DeltaList.recordWeight()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DeltaList.updateBestWeight(IWorldWeight bestWeight)
Deprecated.
|