Package weka.classifiers.bayes.net
Class MarginCalculator.JunctionTreeNode
java.lang.Object
weka.classifiers.bayes.net.MarginCalculator.JunctionTreeNode
- All Implemented Interfaces:
Serializable
,RevisionHandler
- Enclosing class:
- MarginCalculator
public class MarginCalculator.JunctionTreeNode
extends Object
implements Serializable, RevisionHandler
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint[]
nodes of the Bayes net in this junction node -
Method Summary
Modifier and TypeMethodDescriptionvoid
Returns the revision string.void
initializeDown
(boolean recursively) void
void
setEvidence
(int nNode, int iValue) void
setParentSeparator
(MarginCalculator.JunctionTreeSeparator parentSeparator) toString()
-
Field Details
-
m_nNodes
public int[] m_nNodesnodes of the Bayes net in this junction node -
m_children
-
-
Method Details
-
setParentSeparator
-
addChildClique
-
initializeUp
public void initializeUp() -
initializeDown
public void initializeDown(boolean recursively) -
toString
-
setEvidence
- Throws:
Exception
-
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-