i am new to data mining and confuse about Association rules and frequent item mining. for me i think both are same but i need views from experts on this forum
My questio
The input of frequent itemset mining is :
The output is :
The input of assocition rule mining is :
The output is :
Now the relationship between itemset and association rule mining is that it is very efficient to use the frequent itemset to generate rules (see the paper by Agrawal 1993) for more details about this idea. So association rule mining will be broken down into two steps: - mining frequent itemsets - generating all valid association rules by using the frequent itemsets.