bayesnet.testing.jayes
Class NetExamples
- java.lang.Object
-
- bayesnet.testing.jayes.NetExamples
-
public final class NetExamples extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static BayesNetsparseNet()static BayesNettestNet1()a simple network with 4 nodes.static BayesNettreeNet()static BayesNetunconnectedNet()
-
-
-
Method Detail
-
testNet1
public static BayesNet testNet1()
a simple network with 4 nodes. The structure is as follows:
a - b \ / c - d
so although this is an easy network, LBP should show some expected trouble with this. JunctionTree will merge a, b and c together to form a Clique- Returns:
-
unconnectedNet
public static BayesNet unconnectedNet()
-
sparseNet
public static BayesNet sparseNet()
-
treeNet
public static BayesNet treeNet()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG