CFP last date
22 April 2024
Reseach Article

Mining Association Rules using R Environment

by Deepa U. Mishra, Nilam K. Kadale
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 157 - Number 4
Year of Publication: 2017
Authors: Deepa U. Mishra, Nilam K. Kadale
10.5120/ijca2017912679

Deepa U. Mishra, Nilam K. Kadale . Mining Association Rules using R Environment. International Journal of Computer Applications. 157, 4 ( Jan 2017), 45-50. DOI=10.5120/ijca2017912679

@article{ 10.5120/ijca2017912679,
author = { Deepa U. Mishra, Nilam K. Kadale },
title = { Mining Association Rules using R Environment },
journal = { International Journal of Computer Applications },
issue_date = { Jan 2017 },
volume = { 157 },
number = { 4 },
month = { Jan },
year = { 2017 },
issn = { 0975-8887 },
pages = { 45-50 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume157/number4/26823-2017912679/ },
doi = { 10.5120/ijca2017912679 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T00:03:04.599497+05:30
%A Deepa U. Mishra
%A Nilam K. Kadale
%T Mining Association Rules using R Environment
%J International Journal of Computer Applications
%@ 0975-8887
%V 157
%N 4
%P 45-50
%D 2017
%I Foundation of Computer Science (FCS), NY, USA
Abstract

R is an unified collection of software attachments for performing various operations on data and graphical display. R has become a preferred platform for statistical analysis. The R add-on package arules implements the basic infrastructure for creating and manipulating transaction databases and basic algorithms to efficiently find and analyze association rules. Compared to other tools, the arules framework is fully integrated, implements the latest approaches and has the vast functionality of R for further analysis of found patterns at its disposal. The “apriori” function, provided by the arules package, is used for mining association. Apriori Algorithm is the most popular algorithm for mining association rules. Association rule of data mining is employed in all tangible applications of business and industry. Objective of taking Apriori is to find frequent item sets and to disclose the unreleased information. This paper encompasses the use of association rule mining in extracting patterns that occur frequently within a dataset and showcases the importance of the Apriori algorithm in mining association rules from a dataset containing student information.

References
  1. Suriya, Shantharajah and Deepalakshmi 2012. A Complete Survey on Association Rule Mining with Relevance to Different Domain. International journal of advanced scientific and technical research,
  2. Zhu, Z., Wang, J. 2007. Book recommendation on service by improved association rule mining algorithms. In the proceeding of international conference on Machine Learning and Cybernetics, pp. 3864-3869.
  3. Feng Yucai, 1998 .Association Rules Incremental Updating Algorithm, Journal of Software.
  4. Jaiwei Han and Micheline Kamber. Data Mining Concepts and Techniques, Second Edition, Morgan Kaufmann Publishers.
  5. Ms.Shweta and Dr. Kanwal Garg. 2013. Mining Efficient Association Rules Through Apriori Algorithm Using Attributes and Comparative Analysis of Various Association Rule Algorithms. International Journal of Advanced Research in Computer Science and Software Engineering ISSN: 2277 128X Volume 3, Issue 6.
  6. Lei Guoping, Dai Minlu, Tan Zefu and Wang Yan.2011. The Research of CMMB Wireless Network Analysis Based on Data Mining Association Rules. IEEE conference paper project supported by the Science and Technology Research Project of Chongqing municipal education commision under contract no KJ101114 and KJ 111103.
  7. Lin, H., Goumin ,Z., Liu, Q. 2009. Application of Apriori Algorithm to Data Mining of the Wildfire. In the proceeding of 6th International Conference on Fuzzy Systems and Knowledge Discovery.
  8. Agarwal, R. C., Aggarwal, C. C., and Prasad, V. V. V. 2000. Depth first generation of long patterns. In Proceedings of the 6th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 108–118.
  9. Borgelt, C. 2003. Efficient implementations of apriori and eclat. In Goethals, B. and Zaki, M. J.,editors, Proceedings of the IEEE ICDM Workshop on Frequent Itemset Mining Implementations, Melbourne, FL, USA.
  10. Creighton, C. and Hanash, S. 2003. Mining gene expression databases for association rules. Bioinformatics, 19(1):79–86.
  11. DuMouchel and Pregibon, D.2001.Empirical bayes screening for multi-item associations. In Provost, F. and Srikant, R., editors, Proceedings of the 7th ACM SIGKDD Intentional Conference on Knowledge Discovery in Databases and Data Mining, pages 67–76. ACM Press.
Index Terms

Computer Science
Information Sciences

Keywords

Data Mining The R Project Association Rules Apriori Algorithm.