1.
How concept hierarchy is used in extracting information? Generate the frequent pattern from the following data set using FP growth, where minimum support=3.
$\begin{array}{|c|l|}\hline \text{T\_ID} & \text{ITEMS} \\ \hline 1 & \text{A,B,C,D,F,H} \\ 2 & \text{A,D,E,F} \\ 3 & \text{C,D,F} \\ 4 & \text{B,H} \\ 5 & \text{A,C,F,G,H} \\ 6 & \text{C,D,E,G} \\ 7 & \text{A,C,D,I} \\ \hline \end{array}$
[10]