0% found this document useful (0 votes)
28 views1 page

COMP 630 Assignment 11: Data Mining - Association Rules: Purpose

The document describes an assignment to apply the Apriori algorithm to transaction data to find frequent itemsets. Students are asked to run the Apriori algorithm on sample transaction data using a minimum support of 2 and show all candidate and frequent itemsets generated during each pass of the algorithm.

Uploaded by

srikar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

COMP 630 Assignment 11: Data Mining - Association Rules: Purpose

The document describes an assignment to apply the Apriori algorithm to transaction data to find frequent itemsets. Students are asked to run the Apriori algorithm on sample transaction data using a minimum support of 2 and show all candidate and frequent itemsets generated during each pass of the algorithm.

Uploaded by

srikar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

COMP 630

Assignment 11: Data Mining - Association Rules


Purpose
This assignment will assess your ability to

1. Apply the Apriori Algorithm

Tasks:
Apply the Apriori Algorithm to the following data set:

Trans ID Items Purchased


101 milk, bread, eggs
102 milk, juice
103 juice, butter
104 milk, bread, eggs
105 coffee, eggs
106 coffee
107 coffee, juice
108 milk, bread, cookies, eggs
109 cookies, butter
110 milk, bread

The set of items is {milk, bread, cookies, eggs, butter, coffee, juice}. Use 2 for the minimum support
value. You must show all candidate and large itemsets during the process: C1, L1, C2, L2 etc. until the
algorithm terminates.

Submission Instructions:
Submit your own work as a Word document via the assignment submission dropbox.

You might also like