CSC410 Data Warehousing and Data Mining

Data Warehousing and Data MiningTU Board 2081

How do you generate strong association rules? From the following dataset find the frequent item set using FP growth algorithm using 3 as minimum support. Transaction ID Items T1 K, E, M, O, Y T2 K,…

10

How do you generate strong association rules? From the following dataset find the frequent item set using FP growth algorithm using 3 as minimum support.

Transaction ID
Items
T1
{K, E, M, O, Y}
T2
{K, E, O, Y}
T3
{K, E, M}
T4
{K, M, Y}
T5
{K, E, O}

A worked answer is on its wayMeanwhile, read the Data Warehousing and Data Mining notes for this topic.

Discussion

Loading…

More Data Warehousing and Data Mining questions

All Data Warehousing and Data Mining old questions