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
Frequent itemset mining is a step of Association rules mining. After applying Frequent itemset mining algorithm like Apriori, FPGrowth on data, you will get frequent itemsets. From these
discovered frequent itemsets, you will generate association rules(Usually done by subset generation).