what is the difference between Association rule mining & frequent itemset mining

后端 未结 6 1163
無奈伤痛
無奈伤痛 2021-02-04 10:04

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

6条回答
  •  无人共我
    2021-02-04 10:39

    By using Association rule mining we will get the frequently itemsets that present in the given dataset. it also provide different types of algorithms for mining the frequent itemsets but it is done in different way that means either horizontal or vertical format. Apriori algorithm follow the horizontal format for mining the frequent itemsets and eclat algorithm follow the vertical format for mining the frequent datasets.

提交回复
热议问题