CFP last date
22 April 2024
Reseach Article

Performance Analysis of Apriori Algorithm with Progressive Approach for Mining Data

by Shilpa, Sunita Parashar
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 31 - Number 1
Year of Publication: 2011
Authors: Shilpa, Sunita Parashar
10.5120/3788-5216

Shilpa, Sunita Parashar . Performance Analysis of Apriori Algorithm with Progressive Approach for Mining Data. International Journal of Computer Applications. 31, 1 ( October 2011), 13-18. DOI=10.5120/3788-5216

@article{ 10.5120/3788-5216,
author = { Shilpa, Sunita Parashar },
title = { Performance Analysis of Apriori Algorithm with Progressive Approach for Mining Data },
journal = { International Journal of Computer Applications },
issue_date = { October 2011 },
volume = { 31 },
number = { 1 },
month = { October },
year = { 2011 },
issn = { 0975-8887 },
pages = { 13-18 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume31/number1/3788-5216/ },
doi = { 10.5120/3788-5216 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T20:16:59.138207+05:30
%A Shilpa
%A Sunita Parashar
%T Performance Analysis of Apriori Algorithm with Progressive Approach for Mining Data
%J International Journal of Computer Applications
%@ 0975-8887
%V 31
%N 1
%P 13-18
%D 2011
%I Foundation of Computer Science (FCS), NY, USA
Abstract

The Data Mining refers to extract or mine knowledge from huge volume of data. Association Rule mining is the technique for knowledge discovery. It is a well-known method for discovering correlations between variables in large databases. One of the most famous association rule learning algorithm is Apriori. The Apriori algorithm is based upon candidate set generation and test method. The problem that always appears during mining frequent relations is its exponential complexity. In this paper, we propose a new algorithm named progressive APRIORI (PAPRIORI) that will work rapidly`. This algorithm generates frequent itemsets by means of reading a particular set of transactions at a time while the size of original database is known.

References
  1. Herbert A. Edelstein, “Introduction to Data Mining and Knowledge Discovery,” 3rd Edition, pp. 22-26, Oct. 1999.
  2. Tian Lan, Runtong Zhang and Hong Dai, “A New Frame of Knowledge Discovery,” in Proc. 1st International Workshop on Knowledge Discovery and Data Mining, WKDD 2008, pp 607 – 611, Jan. 2008.
  3. R.Agrawal, T.Imielinski, and A. Swami, “Mining association rules between sets of items in large databases,” In Proc. of the ACM SIGMOD Conference on Management of data, Washington, D.C., pp 207-216, May 1993.
  4. Rakesh Agrawal & Ramakrishan Srikant, “Fast algorithm for mining Association rules,” IBM Almaden Research Center, 650 Harry road, San Jose, CA 95120: In proceedings of the 20th VLDB conference Santiago, Chile, pp 487-499, 1994.
  5. J. Han, J. Pei, and Y. Yin., “Mining frequent patterns without candidate generation,” In W.Chen, J. Naughton, and P. A.Bernstein, editors, 2000 ACM SIGMOD Intl. Conference on Management of Data, pp 1-12, ACM Press, 2000.
  6. Ashok Savasere, Edward Omiecinski, Shamkant Navathe, “An Efficient Algorithm for Mining Association Rules in Large Databases,” in proceedings of 21st VLDB Conference , Zurich , Switzerland, pp432-444, 1995.
  7. David W. Cheungt Jiawei Hant Vincent T. Ngtt C.Y. Wongj, “Maintenance of Discovered Association Rules in Large Databases: An Incremental Updating Technique,” in proceedings of the 12th ICDE, New Orleans, Louisiania (IEEE) , pp 106-114,February 1996.
  8. Ratchadaporn Amornchewin, Worapoj Kreesuradej, “Mining Dynamic Databases using Probability-Based Incremental Association Rule Discovery Algorithm,” Journal of Universal Computer Science, pp 2409-2428,Vol. 15, No.12, 28 June 2009.
  9. Ratchadaporn Amornchewin, Worapoj Kreesuradej,” Incremental Association Rule Mining Using Promising Frequent Itemset Algorithm”, ICICS , 2007, IEEE.
  10. Nittaya Kerdprasop, and Kittisak Kerdprasop,” Mining Frequent Patterns with Functional Programming”, World Academy of Science, Engineering and Technology 2007.
  11. M.H.Margahny and A.A.Mitwaly,” Fast Algorithm for Mining Association Rules”, AIML 05 Conference, pp 19-21, December 2005, CICC, Cairo, Egypt.
  12. Dataset Generator (datgen) perfect data for an imperfect world, http://www.datasetgenerator.com/
  13. UCI repository of machine learning databases, http://archive.ics.uci.edu/.
Index Terms

Computer Science
Information Sciences

Keywords

Data mining Minimum Support Number of transactions (K) Execution time