Package | Description |
---|---|
com.ibm.bluej.consistency | |
com.ibm.bluej.consistency.focus | |
com.ibm.bluej.consistency.inference |
Modifier and Type | Method and Description |
---|---|
void |
CRFState.mapInference(MaximumAPost map,
int proposalCount,
double epsilon) |
static void |
SGSearch.mapInference(MaximumAPost map,
int proposalCount,
double epsilon) |
void |
ISimpleConsistency.mapInference(MaximumAPost map,
int proposalCount,
double epsilon,
int reportEvery) |
void |
CoreConsistency.mapInference(MaximumAPost map,
int proposalCount,
double epsilon,
int reportEvery) |
void |
CRFState.mapInference(MaximumAPost map,
int proposalCount,
double epsilon,
int reportEvery) |
static void |
SGSearch.mapInference(MaximumAPost map,
int proposalCount,
double epsilon,
int reportEvery) |
static void |
SGSearch.setMAP(MaximumAPost map) |
Modifier and Type | Method and Description |
---|---|
void |
FocusIndicatorState.forceCheckBest(MaximumAPost map) |
Modifier and Type | Class and Description |
---|---|
class |
CompletionMAP |
class |
EvaluateMAP
Version of MAP that tracks weight and objective score, essentially tracking the objective score of the highest weight world
|
class |
FlexibleMAP
Saves the best world of each "type" where type is defined as having a distinct getWorldType()
|
class |
SingleMAP |
class |
VariationMAP
Used for DVL/Contrastive Estimation training with latent variables.
|