Apply the Apriori algorithm to the following data set.
$$\begin{array}{ll}
\text { Trans ID } & \text { Items Purchased } \\
\hline 101 & \text { milk, bread, eggs } \\
102 & \text { milk, juice } \\
103 & \text { juice, butter } \\
104 & \text { milk, bread, eggs } \\
105 & \text { coffee, eggs } \\
106 & \text { coffee } \\
107 & \text { coffee, juice } \\
108 & \text { milk, bread, cookies, eggs } \\
109 & \text { cookies, butter } \\
110 & \text { milk, bread }
\end{array}$$
The set of items is \(\\{\text { milk, bread, cookies, eggs, butter, coffee,
juice }\\}\). Use 0.2 for the minimum support value.