Page 1 of 1

1. In the following transactions example, calculate the support of itemset (2, 3, 5) and the confidence of rules 2 -> 3,

Posted: Sat Jul 09, 2022 11:47 am
by answerhappygod
1 In The Following Transactions Example Calculate The Support Of Itemset 2 3 5 And The Confidence Of Rules 2 3 1
1 In The Following Transactions Example Calculate The Support Of Itemset 2 3 5 And The Confidence Of Rules 2 3 1 (22.24 KiB) Viewed 39 times
1. In the following transactions example, calculate the support of itemset (2, 3, 5) and the confidence of rules 2 -> 3, 5 and 2, 3 -> 5. [70 marks] TID Items T100 1,3,4 T200 2, 3, 5 T300 1, 2, 3, 5 T400 2,5 2. Given the following 3-itemsets {{1, 2, 4), (1, 3, 4), (1, 3, 5), (2, 3, 4), (2, 3, 5}}, produce the 4-itemset candidate(s) by joining and pruning. [30 marks]