Module orngAssoc provides a few utility functions for association rules. First, there is some compatibility stuff related with the previous version of the module. We won't document this. The two useful functions are one for printing the rules and another for sorting them.
ms
is left empty, only the rules are printed. If ms
contains rules' attributes, e.g. ["support", "confidence"]
, these are printed out as well. See the available attributes in the Reference Guide's page on association rules, and a few examples in Orange for Beginners.