Computer Science, asked by rawattanu09, 8 months ago

Q2: Given database with min support=70 % and min confidence=85%
TID
ITem Bought
T1
M, O, N, K, E, Y
T2
D, O, N, K, E, Y
T3
M, A,K, E,U,N
T4
M, U, C, K, Y
T5
C, O, K, I, E, A
Q2.(a) Find all frequent itemsets using Apriori algorithm. List all the iterations.
(b) List all the strong association rules​

Answers

Answered by rajguttedar3
0

Explanation:

Q2: Given database with min support=70 % and min confidence=85%

TID

ITem Bought

T1

M, O, N, K, E, Y

T2

D, O, N, K, E, Y

T3

M, A,K, E,U,N

T4

M, U, C, K, Y

T5

C, O, K, I, E, A

Q2.(a) Find all frequent itemsets using Apriori algorithm. List all the iterations.

(b) List all the strong association rules

Similar questions