Package weka.classifiers.bayes.net
Class MarginCalculator.JunctionTreeSeparator
java.lang.Object
weka.classifiers.bayes.net.MarginCalculator.JunctionTreeSeparator
- All Implemented Interfaces:
Serializable
,RevisionHandler
- Enclosing class:
- MarginCalculator
public class MarginCalculator.JunctionTreeSeparator
extends Object
implements Serializable, RevisionHandler
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the revision string.double[]
marginalize junciontTreeNode node over all nodes outside the separator setvoid
marginalize junciontTreeNode node over all nodes outside the separator set of the child cliquevoid
marginalize junciontTreeNode node over all nodes outside the separator set of the parent clique
-
Method Details
-
updateFromParent
public void updateFromParent()marginalize junciontTreeNode node over all nodes outside the separator set of the parent clique -
updateFromChild
public void updateFromChild()marginalize junciontTreeNode node over all nodes outside the separator set of the child clique -
update
marginalize junciontTreeNode node over all nodes outside the separator set- Parameters:
node
- one of the neighboring junciont tree nodes of this separator
-
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-