Ejemplo n.º 1
0
 // Update the DOM (the confidence) of the consequent term with the DOM of the antecedent term.
 public void Calculate()
 {
     _consequent.ORwithDOM(_antecedent.GetDOM());
 }
Ejemplo n.º 2
0
 public void Calculate()
 {
     Consequence.ORwithDOM(Antecedent.GetDOM());
 }