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

Runtime and Space Complexity Comparison of the various Association Algorithms

by K. Fathima Bibi, M. Nazreen Banu
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 95 - Number 16
Year of Publication: 2014
Authors: K. Fathima Bibi, M. Nazreen Banu
10.5120/16676-6780

K. Fathima Bibi, M. Nazreen Banu . Runtime and Space Complexity Comparison of the various Association Algorithms. International Journal of Computer Applications. 95, 16 ( June 2014), 6-10. DOI=10.5120/16676-6780

@article{ 10.5120/16676-6780,
author = { K. Fathima Bibi, M. Nazreen Banu },
title = { Runtime and Space Complexity Comparison of the various Association Algorithms },
journal = { International Journal of Computer Applications },
issue_date = { June 2014 },
volume = { 95 },
number = { 16 },
month = { June },
year = { 2014 },
issn = { 0975-8887 },
pages = { 6-10 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume95/number16/16676-6780/ },
doi = { 10.5120/16676-6780 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:19:35.349534+05:30
%A K. Fathima Bibi
%A M. Nazreen Banu
%T Runtime and Space Complexity Comparison of the various Association Algorithms
%J International Journal of Computer Applications
%@ 0975-8887
%V 95
%N 16
%P 6-10
%D 2014
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Data mining has become an indispensable technology for businesses and researchers in many fields. Discovering frequent itemsets is a key problem in important data mining applications. Typical association algorithms for solving this problem operate in a bottom-up, top-down and breadth-first search direction. The computation starts from frequent 1-itemsets (the minimum length frequent itemsets) and continues until all maximal (length) frequent itemsets are found. Algorithms perform well when all maximal frequent itemsets are short. However, performance drastically decreases when some of the maximal frequent itemsets are relatively long. This paper focuses on finding Maximum Frequent Set with the implementation of the APRIORI and the Dynamic Itemset Counting Algorithm (DIC) and a comparative study with Pincer Search Algorithm to select the fast algorithm for discovering the Maximum Frequent Set.

References
  1. www. dama-ncr. org
  2. R. Agrawal, T. Imilienski, and A. Swami. Database Mining: A Performance Perspective. IEEE Transactions on Knowledge and Data Engineering, 5(6):914--925, December 1993.
  3. R. Agrawal, T. Imilienski, and A. Swami. Mining Association Rules between Sets of Items in Large Databases. Proc. of the ACM SIGMOD Int'l Conf. on Management of Data, pages 207--216, May 1993.
  4. R. Agrawal and R. Srikant. Fast algorithms for mining association rules. In Proceedings of the 20th VLDB Conference, Santiago, Chile, 1994.
  5. R. Agrawal and R. Srikant. Mining sequential patterns. In Proceedings of the 11th International Conference on Data Engineering, Taipei, Taiwan, 1995.
  6. R. Agrawal, K. Lin, S. Sawhney, and K. Shim. Fast similarity search in the presence of noise, scaling and translation in time-series databases. In Proc. of the Int'l Conf. on Very Large Data Bases (VLDB), 1995.
  7. R. Srikant and R. Agrawal. Mining generalized association rules. 1995.
  8. M. Mehta, R. Agrawal, and J. Rissanen. Sliq: A fast scalable classifier for data mining. March 1996.
  9. H. Toivonen. Sampling large databases for association rules. Proc. of the Int'l Conf. on Very Large Data Bases (VLDB), 1996.
  10. Sergey Brin, Rajeev Motwani y Jeffrey D. Ullman z, Dynamic Itemset Counting and Implication Rules for Market Basket Data, Department of Computer Science, Stanford University, Shalom Tsur, R&D Division, Hitachi America Ltd.
Index Terms

Computer Science
Information Sciences

Keywords

Maximum Frequent Set Association Classification Clustering Sequential Outlier Evolution.