类 MarginCalculator.JunctionTreeSeparator

java.lang.Object
weka.classifiers.bayes.net.MarginCalculator.JunctionTreeSeparator
所有已实现的接口:
Serializable, RevisionHandler
封闭类:
MarginCalculator

public class MarginCalculator.JunctionTreeSeparator extends Object implements Serializable, RevisionHandler
另请参阅:
  • 方法详细资料

    • updateFromParent

      public void updateFromParent()
      marginalize junciontTreeNode node over all nodes outside the separator set of the parent clique
    • updateFromChild

      public void updateFromChild()
      marginalize junciontTreeNode node over all nodes outside the separator set of the child clique
    • update

      public double[] update(MarginCalculator.JunctionTreeNode node)
      marginalize junciontTreeNode node over all nodes outside the separator set
      参数:
      node - : one of the neighboring junciont tree nodes of this separator
    • getRevision

      public String getRevision()
      Returns the revision string.
      指定者:
      getRevision 在接口中 RevisionHandler
      返回:
      the revision