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 Details

    • m_nNodes

      public int[] m_nNodes
      nodes of the Bayes net in this junction node
    • m_children

      public Vector m_children
  • Method Details