imsl.data_mining.AssociationRule¶
-
class
AssociationRule¶ Return information on an association rule.
See also
FrequentItemSets- contains a full description of the Apriori algorithm.
Methods
Attributes
confidenceReturn the confidence measure of the association rule. liftReturn the lift measure of the association rule. supportReturn the support for the Z, Y, X components. x_componentsReturn the X components of the association rule. y_componentsReturn the Y components of the association rule.