|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.bayes.net.MarginCalculator.JunctionTreeSeparator
public class MarginCalculator.JunctionTreeSeparator
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |