类 MarginCalculator.JunctionTreeSeparator
java.lang.Object
weka.classifiers.bayes.net.MarginCalculator.JunctionTreeSeparator
- 所有已实现的接口:
Serializable
,RevisionHandler
- 封闭类:
- MarginCalculator
public class MarginCalculator.JunctionTreeSeparator
extends Object
implements Serializable, RevisionHandler
- 另请参阅:
-
方法概要
修饰符和类型方法说明Returns the revision string.double[]
marginalize junciontTreeNode node over all nodes outside the separator setvoid
marginalize junciontTreeNode node over all nodes outside the separator set of the child cliquevoid
marginalize junciontTreeNode node over all nodes outside the separator set of the parent clique
-
方法详细资料
-
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
marginalize junciontTreeNode node over all nodes outside the separator set- 参数:
node
- : one of the neighboring junciont tree nodes of this separator
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-