CFP last date
20 May 2024
Reseach Article

An FP Tree based Approach for Extracting Frequent Pattern from Large Database by Applying Parallel and Partition Projection

by Jagrati Malviya, Anju Singh, Divakar Singh
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 114 - Number 18
Year of Publication: 2015
Authors: Jagrati Malviya, Anju Singh, Divakar Singh
10.5120/20075-2077

Jagrati Malviya, Anju Singh, Divakar Singh . An FP Tree based Approach for Extracting Frequent Pattern from Large Database by Applying Parallel and Partition Projection. International Journal of Computer Applications. 114, 18 ( March 2015), 1-5. DOI=10.5120/20075-2077

@article{ 10.5120/20075-2077,
author = { Jagrati Malviya, Anju Singh, Divakar Singh },
title = { An FP Tree based Approach for Extracting Frequent Pattern from Large Database by Applying Parallel and Partition Projection },
journal = { International Journal of Computer Applications },
issue_date = { March 2015 },
volume = { 114 },
number = { 18 },
month = { March },
year = { 2015 },
issn = { 0975-8887 },
pages = { 1-5 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume114/number18/20075-2077/ },
doi = { 10.5120/20075-2077 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:53:05.828437+05:30
%A Jagrati Malviya
%A Anju Singh
%A Divakar Singh
%T An FP Tree based Approach for Extracting Frequent Pattern from Large Database by Applying Parallel and Partition Projection
%J International Journal of Computer Applications
%@ 0975-8887
%V 114
%N 18
%P 1-5
%D 2015
%I Foundation of Computer Science (FCS), NY, USA
Abstract

There are lots of data mining tasks such as association rule, clustering, classification, regression and others. Among these tasks association rule mining is most prominent. One of the most popular approaches to find frequent item set in a given transactional dataset is Association rule mining. Frequent pattern mining is one of the most important tasks for discovering useful meaningful patterns from large collection of data. The FP Growth algorithm is currently one of the fastest approaches to frequent item set mining. This paper proposed an efficient and improved FP Tree algorithm which used a projection method to reduce the database scan and save the execution time. The advantage of PFP Tree is that it takes less memory and time in association mining. Experimental result showed that the improved PFP Tree algorithm performs faster than FP growth Tree algorithm and partition projection algorithm. It is more efficient and scalable in the case of large volume of data. The effectiveness of the method has been justified over a sample our one super market database.

References
  1. R. Agrawal and R. Srikant. ," Fast algorithms for mining association rules", VLDB, 1994, pp 487-499.
  2. Li Haoyuan, Yi Wang, Zhang Dong, Zhang Ming, Chang Edward, "PFP: Parallel FP Growth for query Recommendation".
  3. Jiawei Han, M. Kamber, "Data Mining-Concepts and Techniques", Sam Francisco 2009, Morgan Kanufmann Publishers.
  4. R Agrawal, T. Imielinski, and A. Swami, "Mining association rules between sets of items in large databases", In Proc. 1993 ACM-SIGMOD Int. Conf. Management of Data, May 1993, Washington, D. C. , pp 207–21.
  5. Jiawei Han, Jian Pei, Runying Mao," Mining Frequent Patterns without Candidate Generation: A Frequent-Pattern Tree Approach", Data Mining and Knowledge Discovery, April 2001, Kluwer Academic Publishers, Manufactured in The Netherlands.
  6. Lijuan Zhou , Xiang Wang, "Research of the FP Growth algorithm based on Cloud Environment" , Journal of Software, March 2014,volume 9, N0. 3.
  7. J. Han, J. Pei, B. Mortazavi-Asl, Q. Chen , U. Dayal , and Hsu, M. -C. FreeSpan, "Frequent pattern-projected sequential pattern mining", ACM SIGKDD, 2010.
  8. J. Han, J. Pei, and Y. Yin , "Mining Frequent Patterns without Candidate Generation", SIGMOD 2000, pp 1-12.
  9. H. Huang , X. W , and R. Relue , "Association Analysis with One Scan of Databases", Proceedings of the IEEE International Conference on Data Mining, 2002.
  10. R. Agrawal, C. C. Aggarwal , and V. V. V. Prasad," A Tree Projection Algorithm For Generation of Frequent Itemsets", Journal on Parallel and Distributed Computing[(Special Issue on High Performance Data mining)], 2010.
  11. Jagrati Malviya , Anju Singh , " A comparative study of various database techniques for frequent pattern generation", ACSIT Nov 2014.
  12. Vikram Garg , Anju Singh , Divakar Singh , "A Hybrid Algorithm for Association Rule Hiding using Representative Rule", International Journal of Computer Applications (IJCA )2014.
  13. C. C. Agarwal, "An Introduction to uncertain data algorithm and applications", Advances in Database Systems, 2009, 35; pp 1–8.
  14. Rashmi Shikhariya, Nitin Shukla , "An improved association rule mining with FP Tree using positive and negative integration",Journal of global research in computer science (JGRCS), Oct 2012. Volume 3, No. 10.
Index Terms

Computer Science
Information Sciences

Keywords

Association Rule mining Data Mining Frequent Pattern Mining Parallel Projection Partition projection.