Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose that a large store has a transaction database that is distributed among four locations. Transactions in each component database have the same format, namely

  1. Suppose that a large store has a transaction database that is distributed among four locations. Transactions in each component database have the same format, namely Tj: {i1; ; im}, where Tj is a transaction identifier and ik (1<=k <= m) is the identifier of an item purchased in the transaction. Propose an efficient algorithm to mine global association rules.

You may present your algorithm in the form of an outline. Your algorithm should not require shipping all of the data to one site and should not cause excessive network communication overhead.

  1. [Contributed by Tao Cheng] Most frequent pattern mining algorithms consider only distinct items in a transaction. However, multiple occurrences of an item in the same shopping basket, such as four cakes and three jugs of milk, can be important in transaction data analysis. How can one mine frequent itemsets efficiently considering multiple occurrences of items? Propose modifications to the well-known algorithms, such as Apriori and FP-growth, to adapt to such a situation.

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

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions