an Apriori algorithm implementation for generating Association rules along with frequent itemset
input format must be [item]\t[item]\t...[item]\n output format would be [itemset]\t[itemset]\t[support]\t[confidence]\n numbers will be rounded to two decimal places use this 'python Apriori.py (min_support) input.txt output.txt(or any name you want) and will require no min_confidence