Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 300 Bytes

File metadata and controls

9 lines (5 loc) · 300 Bytes

APRIORI IMPLEMENTATION

Python implementation of apriori. Output can be viewed on output.txt. Program name is apriori.py. Please run python apriori.py file.txt confidence.

Format of data files

num of total transactions

transaction id | num of items in transaction | item1 item2 ... item_n