Computer Science, asked by hamzakhaled6969, 4 months ago

Question #2
[10]
Here is a collection of twelve baskets. Each contains three of the six items 1 through 6.
{1, 2, 3} {2,3,4} {3, 4, 5} {4, 5, 6}
{1, 3,5} {2, 4,6} {1,3,4} {2, 4,5}
{3,5,6} {1, 2,4} {2, 3, 5} {3, 4, 6}
Min support=2
Min. confidence=65%
Find out frequent item set using Apriori Algorithm?​

Answers

Answered by greatsingh144
0

Answer:

Here is a collection of twelve baskets. Each contains three of the six items 1 through 6.

{1, 2, 3} {2,3,4} {3, 4, 5} {4, 5, 6}

{1, 3,5} {2, 4,6} {1,3,4} {2, 4,5}

{3,5,6} {1, 2,4} {2, 3, 5} {3, 4, 6}

Min support=2

Min. confidence=65%

Find out frequent item set using Apriori Algorithm?

Similar questions