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
FieldsModifier and TypeFieldDescriptionint[]nodes of the Bayes net in this junction node -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns the revision string.voidinitializeDown(boolean recursively) voidvoidsetEvidence(int nNode, int iValue) voidsetParentSeparator(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:
getRevisionin interfaceRevisionHandler- Returns:
- the revision
-