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