Apriori Algorithm- what to do with small min.support?

Posted by user3707650 on Stack Overflow See other posts from Stack Overflow or by user3707650
Published on 2014-06-04T15:22:00Z Indexed on 2014/06/04 15:24 UTC
Read the original article Hit count: 154

Filed under:
|

I have a question about the table beneath my question:

If i was told that the given min.support=10%, how can i know what is the support count, by which i will use during the exercise? What i know is: that you take the number of transactions (8) and multiple it by the min.support:

8*(10/100)=0.8

the problem is that i get this number: 0.8, how can i use this support count during this example?? 0.8 is a number that will make me prune all combination set that i will build...

please help me!!!

TID A B C D E F G 10 1 0 1 0 0 0 1 20 1 1 1 1 0 1 1 30 0 0 0 0 0 0 1 40 0 0 1 0 0 1 1 50 0 0 0 1 1 0 0 60 0 1 1 0 1 1 0 70 0 0 0 0 1 1 0 80 0 0 1 0 1 1 1

© Stack Overflow or respective owner

Related posts about data

Related posts about mining