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:
- Serialized Form
m_nNodes
public int[] m_nNodes
- nodes of the Bayes net in this junction node
m_children
public Vector m_children
setParentSeparator
public void setParentSeparator(MarginCalculator.JunctionTreeSeparator parentSeparator)
addChildClique
public void addChildClique(MarginCalculator.JunctionTreeNode child)
initializeUp
public void initializeUp()
initializeDown
public void initializeDown(boolean recursively)
toString
public String toString()
- Overrides:
toString in class Object
setEvidence
public void setEvidence(int nNode,
int iValue)
throws Exception
- Throws:
Exception
getRevision
public String getRevision()
- Returns the revision string.
- Specified by:
getRevision in interface RevisionHandler
- Returns:
- the revision
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.