Apriori Algorithm- what to do with small min.support?
- by user3707650
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…