Uses of Interface
com.bayesserver.inference.JunctionTreeNodeDefinition
-
Packages that use JunctionTreeNodeDefinition Package Description com.bayesserver.inference -
-
Uses of JunctionTreeNodeDefinition in com.bayesserver.inference
Classes in com.bayesserver.inference that implement JunctionTreeNodeDefinition Modifier and Type Class Description class
CliqueDefinition
The definition of a clique in a junction tree, without the instantiation of the distribution.class
SepsetDefinition
The definition of a sepset in a junction tree, without the instantiation of the distribution.Methods in com.bayesserver.inference that return JunctionTreeNodeDefinition Modifier and Type Method Description JunctionTreeNodeDefinition
CliqueDefinition. getChild()
The child node in the junction tree (if any).Methods in com.bayesserver.inference that return types with arguments of type JunctionTreeNodeDefinition Modifier and Type Method Description List<JunctionTreeNodeDefinition>
CliqueDefinition. getParents()
The parent nodes in the junction tree (if any).
-