Work in progress.
This commit is contained in:
@@ -34,9 +34,9 @@ public class FoodExampleTest {
|
||||
+ table.getAssignments().get(assignment).getProbability());
|
||||
}
|
||||
|
||||
System.out.println("MEET: ");
|
||||
System.out.println("MEAT: ");
|
||||
table = (ProbabilityTable) net.getNodes().get(
|
||||
FoodExampleBuilder.CONTAINS_MEET);
|
||||
FoodExampleBuilder.CONTAINS_MEAT);
|
||||
for (String name : table.getNames()) {
|
||||
System.out.print(name + " ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user