I can't get any output data. My test dataset includes two fields f1 and f2:
| inputcsv tmp1030.csv | arules f1 f2
How do it? thx
tmp1030.csv:
f1 f2
a 1
a 2
a 3
a 4...
I would like to search for common product-packages. So I want to look for one item (AAA) and find out which other item (XXX) was bought most often in the same purchase order (Orders with AAA).
I al...