CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Comparative Study of Frequent Itemset Mining Algorithms Apriori and FP Growth

by Ritu Garg, Preeti Gulia
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 126 - Number 4
Year of Publication: 2015
Authors: Ritu Garg, Preeti Gulia
10.5120/ijca2015906030

Ritu Garg, Preeti Gulia . Comparative Study of Frequent Itemset Mining Algorithms Apriori and FP Growth. International Journal of Computer Applications. 126, 4 ( September 2015), 8-12. DOI=10.5120/ijca2015906030

@article{ 10.5120/ijca2015906030,
author = { Ritu Garg, Preeti Gulia },
title = { Comparative Study of Frequent Itemset Mining Algorithms Apriori and FP Growth },
journal = { International Journal of Computer Applications },
issue_date = { September 2015 },
volume = { 126 },
number = { 4 },
month = { September },
year = { 2015 },
issn = { 0975-8887 },
pages = { 8-12 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume126/number4/22538-2015906030/ },
doi = { 10.5120/ijca2015906030 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:16:33.334710+05:30
%A Ritu Garg
%A Preeti Gulia
%T Comparative Study of Frequent Itemset Mining Algorithms Apriori and FP Growth
%J International Journal of Computer Applications
%@ 0975-8887
%V 126
%N 4
%P 8-12
%D 2015
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Frequent itemset mining leads to the discovery of associations among items in large transactional database. In this paper, two algorithms[7] of generating frequent itemsets are discussed: Apriori and FP-growth algorithm. In apriori algorithm candidates are generated and testing is done which is easy to implement but candidate generation and support counting is very expensive in this because database is checked many times. In the fp-growth, there is no candidate generation and requires only 2 passes over the database but in this the generation of fp-tree become very expansive to built and support is counted only when entire dataset is added to fp-tree. The comparison of these algorithms will tell which algorithm is better to perform.

References
  1. J. Han, H. Pei, and Y. Yin. Mining Frequent Patterns without Candidate Generation. In: Proc. Conf. on the Management of Data (SIGMOD’00, Dallas, TX). ACM Press, New York, NY, USA 2000.
  2. Agrawal, R. and Srikant, R. 1994. Fast algorithms for mining association rules. In Proc. 1994 Int. Conf. Very Large Data Bases (VLDB’94), Santiago, Chile, pp. 487–499.
  3. Agarwal, R., Aggarwal, C., and Prasad, V.V.V. 2001. A tree projection algorithm for generation of frequent itemsets. Journal of Parallel and Distributed Computing, 61:350–371.
  4. B.Santhosh Kumar and K.V.Rukmani. Implementation of Web Usage Mining Using APRIORI and FP Growth Algorithms. Int. J. of Advanced Networking and Applications, Volume: 01, Issue: 06, Pages: 400-404 (2010).
  5. Cornelia Gyorödi and Robert Gyorödi. A Comparative Study of Association Rules Mining Algorithms.
  6. F. Bonchi and B. Goethals. FP-Bonsai: the Art of Growing and Pruning Small FP-trees. Proc. 8th Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD’04, Sydney, Australia), 155–160. Springer-Verlag, Heidelberg, Germany 2004.
  7. Christian Borgelt. Keeping Things Simple: Finding Frequent Item Sets by Recursive Elimination. Workshop Open Source Data Mining Software (OSDM'05, Chicago, IL), 66-70. ACM Press, New York, NY, USA 2005
  8. Aiman Moyaid, Said and P.D.D., Dominic and Azween, Abdullah. A Comparative Study of FP-growth Variations. International journal of computer science and network security, 9 (5). pp. 266-272.
  9. Liu, G., Lu, H., Yu, J. X., Wang, W., & Xiao, X.. AFOPT: An Efficient Implementation of Pattern Growth Approach, In Proc. IEEE ICDM'03 Workshop FIMI'03, 2003.
  10. Grahne, G., & Zhu, J. Fast Algorithm for frequent Itemset Mining Using FP-Trees. IEEE Transactions on Knowledge and Data Engineer, Vol.17, NO.10, 2005.
Index Terms

Computer Science
Information Sciences

Keywords

Frequent itemset mining Apriori FP-Growth