Ejemplo n.º 1
0
 public void Calculate()
 {
     consequent.ORWithDOM(antecedent.GetDOM());
 }
Ejemplo n.º 2
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.º 3
0
 public void Calculate()
 {
     Consequence.ORwithDOM(Antecedent.GetDOM());
 }