Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Mining association rules can be expensive. In a large, dynamic database of transactions, we want to store the frequent itemsets and incrementally update them upon

Mining association rules can be expensive. In a large, dynamic database of transactions, we want to store the frequent itemsets and incrementally update them upon arrival of a set of new transactions. Let DB denote the last state of our database and DB-new a set of new transactions. We assume that we use the Apriori-algorithm and have stored all frequent itemsets in DB with respect to min-sup. The task is to incrementally determine the frequent itemsets in (DB \union DB-new) with respect to min-sup, without re-applying the Apriori-algorithm to the whole updated database DB\union DB-new.

a) For which itemsets do you need to count the support in DB? For which itemsets do you need to count the support in DB-new? Provide proofs for your answers.

b) Describe the entire method for incrementally updating the set of frequent itemsets.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Managing Your Information How To Design And Create A Textual Database On Your Microcomputer

Authors: Tenopir, Carol, Lundeen, Gerald

1st Edition

1555700233, 9781555700232

More Books

Students also viewed these Databases questions