+ "\n");
}
// here is how we clear evidence, after this the probability for each
// value
// is taken from the specified CPF
inference.retractEvidence("Cloudy");
inference.run();
System.out.println("IInference Results after clearing the evidence");
for (BNNode node : nodes) {
System.out.println(
node.getName() + ":\n" + node.getMarginal().toString()