Public Member Functions | |
CliqueList | getCliques () const |
Return the Cliques in the junction tree. | |
double | getConflict () const |
Return the conflict measure of the data inserted in the junction tree. | |
Clique * | getRoot () const |
Get the root clique of the junction tree. | |
bool | hasEvidenceToPropagate () const |
Does the junction tree contain evidence that has not been propagated? | |
bool | hasTablesToPropagate () const |
Does the junction tree contain updated tables that have not been propagated? | |
bool | isCGEvidencePropagated () const |
Was CG evidence propagated through the junction tree? | |
bool | isEquilibrium (Equilibrium eq) const |
Test the Equilibrium type. | |
bool | isEvidenceMode (EvidenceMode em) const |
Test the EvidenceMode. | |
bool | isEvidencePropagated () const |
Was evidence propagated through the junction tree? | |
bool | isLikelihoodPropagated () const |
Were likelihoods propagated through the junction tree? | |
void | propagate (Equilibrium eq=H_EQUILIBRIUM_SUM, EvidenceMode em=H_MODE_NORMAL) |
Propagate evidence in the junction tree. |
|
Return the Cliques in the junction tree.
|
|
Return the conflict measure of the data inserted in the junction tree.
|
|
Get the root clique of the junction tree.
|
|
Does the junction tree contain evidence that has not been propagated?
|
|
Does the junction tree contain updated tables that have not been propagated?
|
|
Was CG evidence propagated through the junction tree?
|
|
Test the Equilibrium type. Can the equilibrium of the junction tree be obtained through a propagation using eq as the Equilibrium type?
|
|
Test the EvidenceMode. Does the EvidenceMode match the EvidenceMode given as parameter?
|
|
Was evidence propagated through the junction tree?
|
|
Were likelihoods propagated through the junction tree?
|
|
Propagate evidence in the junction tree.
|