Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 1 (Association Rules) 20 pts. Consider the following transaction database tems A,B,E C,E,F A,B,C,F B,E,F Suppose that minimum support is set to 40% and

image text in transcribed

Problem 1 (Association Rules) 20 pts. Consider the following transaction database tems A,B,E C,E,F A,B,C,F B,E,F Suppose that minimum support is set to 40% and minimum confidence to 60%. a) List all frequent (large) itemsets, together with their support. (5 pts) For all frequent itemsets of maximal length, list all corresponding association rules satisfying the requirements on (minimum support and) minimum confidence, together with their confidence. (5 pts) b) c) The lift of an association rule is defined as follows: lift (A B) = confidence (A B) / support (A) Compute the lift for the association rule A B and C F (5 pts) d) Why are we only interested in association rules with a lift higher than 1? (5 pts) Problem 1 (Association Rules) 20 pts. Consider the following transaction database tems A,B,E C,E,F A,B,C,F B,E,F Suppose that minimum support is set to 40% and minimum confidence to 60%. a) List all frequent (large) itemsets, together with their support. (5 pts) For all frequent itemsets of maximal length, list all corresponding association rules satisfying the requirements on (minimum support and) minimum confidence, together with their confidence. (5 pts) b) c) The lift of an association rule is defined as follows: lift (A B) = confidence (A B) / support (A) Compute the lift for the association rule A B and C F (5 pts) d) Why are we only interested in association rules with a lift higher than 1? (5 pts)

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_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions