You are on page 1of 13

DATAMINING

MINING VARIOUS KINDS OF


ASSOCIATION RULES
• Multilevel association rules

• Multidimensional association rules

• Single dimensional / Intra-dimensional association rule

• Multidimensional association rules

• Mining quantitative association rules


Multilevel association rules
Multilevel association rules

• Association rules generated from mining data at multiple levels of


abstraction are called multiple-level or multilevel association rules.

• Top-down strategy is employed.


Using uniform minimum support for all
levels
Using uniform minimum support for all
levels
• The same minimum support threshold is used when mining at each
level of abstraction.
• When a uniform minimum support threshold is used, the search
procedure is simplified.
• It is unlikely that items at lower levels of abstraction will occur as
frequently as those at higher levels of abstraction.
• If the minimum support threshold is set too high, it could miss some
meaningful associations occurring at low abstraction levels.
• If the threshold is set too low, it may generate many uninteresting
associations occurring at high abstraction levels
Using reduced minimum support at lower
levels
Using reduced minimum support at lower
levels
• Each level of abstraction has its own minimum support threshold.

• The deeper the level of abstraction, the smaller the corresponding


threshold is.
Using item or group-based minimum support
• It is sometimes more desirable to set up user-specific, item, or group-
based minimal support thresholds when mining multilevel rules.
Multidimensional association rules
• Single dimensional / Intra-dimensional association rule
• contains a single distinct predicate
• buys(X, “digital camera”)⇒buys(X, “HP printer”)

• Multidimensional association rules


• Involve two or more dimensions
• age(X, “20...29”)∧occupation(X, “student”)⇒buys(X, “laptop”)

• Hybrid-dimensional association rules.


• repeated predicates, which contain multiple occurrences of some predicates
• age(X, “20...29”)∧buys(X, “laptop”)⇒buys(X, “HP printer”)
Techniques
Techniques for mining multidimensional association rules can be
categorized into two basic approaches

• Mining multidimensional association rules using static discretization


of quantitative attributes
• quantitative attributes are discretized using predefined concept hierarchies.

• Quantitative association rules.


• quantitative attributes are discretized or clustered into “bins” based on the
distribution of the data.
Mining Multidimensional Association Rules using
Static Discretization of Quantitative Attributes

• Discretized prior to mining using concept hierarchy.

• Numeric values are replaced by ranges.

• Data cube is well suited for mining.

• Mining from data cubes can be much faster.


Quantitative association rules.
• Numeric attributes are dynamically discretized during the mining
process.

You might also like