|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--BayesianInferences.BucketTree
Constructor Summary | |
BucketTree(Ordering ord)
Simple constructor for BucketTree. |
|
BucketTree(Ordering ord,
boolean dpc)
Constructor for BucketTree. |
Method Summary | |
boolean |
distribute()
Distribute evidence in the BucketTree. |
DiscreteFunction |
get_normalized_result()
Get the normalized result for the BucketTree. |
DiscreteFunction |
get_unnormalized_result()
Get the unnormalized_result for the BucketTree. |
void |
reduce()
Variable elimination in the BucketTree. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BucketTree(Ordering ord)
public BucketTree(Ordering ord, boolean dpc)
Method Detail |
public void reduce()
public boolean distribute()
public DiscreteFunction get_normalized_result()
public DiscreteFunction get_unnormalized_result()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |