Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Find all frequent item sets and find all strong association rules in the table below. Transaction ID Items purchased in each transaction T1 1,

1. Find all frequent item sets and find all strong association rules in the table below.

Transaction ID

Items purchased in each transaction

T1

1, 2, 3, 7

T2

2, 4, 6

T3

2, 3

T4

1, 2, 4

T5

1, 3

T6

2, 3

T7

1, 3

T8

1, 2, 3, 5

T9

1, 2, 3, 8

Use support threshold = 22% and confidence threshold = 70%.

a. Apply Apriori Principle, Fk-1 Fk-1 method, pruning, etc. while you generate the frequent item sets.

b. Consider all frequent item sets (1-item sets, 2-item sets, 3-item sets, etc.) while generating association rules.

c. Apply pruning while you generate the association rules.

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

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

1801072248, 978-1801072243

More Books

Students also viewed these Databases questions

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago