Page 1 of 1

S 1. Answer the following questions by considering the Dataset given below: Transaction ID Items Bought {E,D,F,A,B,C} {G

Posted: Fri Jul 01, 2022 5:34 am
by answerhappygod
S 1 Answer The Following Questions By Considering The Dataset Given Below Transaction Id Items Bought E D F A B C G 1
S 1 Answer The Following Questions By Considering The Dataset Given Below Transaction Id Items Bought E D F A B C G 1 (55.16 KiB) Viewed 33 times
S 1. Answer the following questions by considering the Dataset given below: Transaction ID Items Bought {E,D,F,A,B,C} {G,D,F,A,B,C} T1 T2 T3 T4 T5 {E,H,J,A,C} {E,I,A,B,K} {J,D,D,A,K,B} a. Analyze the above dataset and suggest a suitable algorithm for finding frequent pattern and also find the frequent pattern using the suggested algorithm. Consider min_support = 3. [10 marks] 4 Accurate joining and pruning of all the items. 3 Correct Joining and pruning of 75% of the items. 2 Correct Joining and pruning of 50% of the items. 1 Correct Joining and pruning of 25% of the items. 0 Completely wrong joining and pruning b. Apply the FP Tree algorithm to the above dataset and findthe frequent itemsets. Consider min_support=2. [5 marks]