The rules generated by the GenerateRules() method are evaluated to determine if they satisfy the minimum support count. In the AddStrongRule() method, the confidence calculated in the previous stages for each possible rule is compared with the minimum confidence. If the calculated confidence is more than the user supplied confidence, then the rule is added to the list of strong rules.