RogueWave

imsl.data_mining.AssociationRule

class AssociationRule

Return information on an association rule.

See also

FrequentItemSets
contains a full description of the Apriori algorithm.

Attributes

confidence Return the confidence measure of the association rule.
lift Return the lift measure of the association rule.
support Return the support for the Z, Y, X components.
x_components Return the X components of the association rule.
y_components Return the Y components of the association rule.