You are on page 1of 18

ASSOCIATION RULES FOR

DECISION-MAKING
ASSOCIATION RULES

Association rule mining determines the rules among the items in the
database based on different measures

Has two sub-processes including finding the frequent item sets and the
association rule mining

The mining process has to find rules satisfying the minimum support
USING WEKA
2-itemset Pattern

*** minimum support


count = 25%
2-itemset Pattern
3-itemset Pattern
3-itemset Pattern
4-itemset Pattern
4-itemset Pattern
Using Weka (groceries.csv)
Using Weka
Using Weka
Using Weka

minimum
support
count (10%)

maximum
support
count (100%)
Using Weka
Using Weka
Using Weka
Using Weka
Activity 8

Given a .csv file named sitePreference

Obtain the resulting patterns of the site preferences of the users.

Save the resulting patterns.

You might also like