Beispiel #1
0
 public double[] getBelief(BayesNode n) {
   return inferer.getBeliefs(n);
 }