Given the following transaction database:
Transaction id
Items
t1
{1, 3, 4, 6}
t2
{2, 3, 5}
t3
{1, 2, 3, 5}
t4
{2, 5,}
t5
t6
{1, 2, 3, 5, 6}
What is the output of the Apriori algorithm run on the previous transaction database with a minimum support of 50 % (i.e. 3 out of 6 transactions)? Working steps must be shown.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here