public class MarginCalculator.JunctionTreeNode extends Object implements Serializable, RevisionHandler
Modifier and Type | Field and Description |
---|---|
Vector<MarginCalculator.JunctionTreeNode> |
m_children |
int[] |
m_nNodes
nodes of the Bayes net in this junction node
|
Modifier and Type | Method and Description |
---|---|
void |
addChildClique(MarginCalculator.JunctionTreeNode child) |
String |
getRevision()
Returns the revision string.
|
void |
initializeDown(boolean recursively) |
void |
initializeUp() |
void |
setEvidence(int nNode,
int iValue) |
void |
setParentSeparator(MarginCalculator.JunctionTreeSeparator parentSeparator) |
String |
toString() |
public int[] m_nNodes
public Vector<MarginCalculator.JunctionTreeNode> m_children
public void setParentSeparator(MarginCalculator.JunctionTreeSeparator parentSeparator)
public void addChildClique(MarginCalculator.JunctionTreeNode child)
public void initializeUp()
public void initializeDown(boolean recursively)
public String getRevision()
getRevision
in interface RevisionHandler
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.