Introduction to Data Mining

<<< Previous    Up    Next >>>

Lesson 6.7

Unique Features of Association Rules

 

Comparison with Classification

bullet

Results of classification algorithms can also be rules like for Apriori. But for classification rules the right hand side has only the class attribute, while for association rules there is no such restriction, i.e. right hand side of the rules can have any number of attributes, including attributes other than the class attribute.

bullet

Association rules can find a rule like X Þ c, where c is one of the classes. This rule is very much like a classification rule, but this rule gives the information about what (X) best describes class c. While the classification rule, X Þ c differentiates between class c and the other classes.

 

Comparison with Clustering

bullet

Clustering algorithms do not use information about the class labels, while association rules uses them (it just treats the class attribute as the other attributes).

bullet

For X Þ Y, if a cluster is defined by using only Y, different clusters can be formed sharing the same description, X.

 

<<< Previous    Up    Next >>>