Apriori- A Big Data Analysis – A Review

Main Article Content

Asif Ansari, Ajit Parab, Sachin Kadam

Abstract

Apriori is designed to operate on databases containing transactions (for example, collections of items bought by customers, or details of a website frequentation). Other algorithms are designed for finding association rules in data having no transactions , or having no timestamps (DNA sequencing). Each transaction is seen as a set of items (an item set). Given a threshold , the Apriori algorithm identifies the item sets which are subsets of at least transactions in the database. Apriori uses a "bottom up" approach, where frequent subsets are extended one item at a time (a step known as candidate generation), and groups of candidates are tested against the data. The algorithm terminates when no further successful extensions are found.

Article Details

How to Cite
, A. A. A. P. S. K. (2014). Apriori- A Big Data Analysis – A Review. International Journal on Recent and Innovation Trends in Computing and Communication, 2(11), 3517–3520. https://doi.org/10.17762/ijritcc.v2i11.3500
Section
Articles