public class MarginCalculator.JunctionTreeSeparator extends java.lang.Object implements java.io.Serializable, RevisionHandler
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
double[] |
update(MarginCalculator.JunctionTreeNode node)
marginalize junciontTreeNode node over all nodes outside the separator set
|
void |
updateFromChild()
marginalize junciontTreeNode node over all nodes outside the separator set
of the child clique
|
void |
updateFromParent()
marginalize junciontTreeNode node over all nodes outside the separator set
of the parent clique
|
public void updateFromParent()
public void updateFromChild()
public double[] update(MarginCalculator.JunctionTreeNode node)
node:
- one of the neighboring junciont tree nodes of this separatorpublic java.lang.String getRevision()
getRevision
in interface RevisionHandler