Exemplo n.º 1
0
 def DoAllInference(self, event):
     self.st1.SetLabel('')
     potentials = BN.cpts + BN.setEvidenceList(BN.evidenceList)
     printList = BN.doAllInference(potentials)
     #Putting results on panel
     self.st1.SetLabel(printList)
Exemplo n.º 2
0
 def DoAllInference(self,event):
     self.st1.SetLabel('')
     potentials = BN.cpts + BN.setEvidenceList(BN.evidenceList)
     printList = BN.doAllInference(potentials) 
     #Putting results on panel
     self.st1.SetLabel(printList)