Data mining algorithm to create association rules
Requirements:
- Python 3.7.0
python3 main.py transacciones.txt 2 0.7
Parameters:
- (1) main.py is the file containing the algorithm
- (2) transacciones.txt is the file containing the transactions
- (3) Minimum support. (Integer)
- (4) Minimum confidence. (It must be a floating number between 0 and 1.0)