Big Data
Big DataAn Efficient Implementation of Apriori Algorithm Based on Hadoop-Mapreduce Model
Finding frequent itemsets is one of the most important fields of data mining. Apriori algorithm is the most established algorithm for finding frequent itemsets from a transactional dataset; however, it needs to scan the dataset many times and to generate many candidate itemsets. In this paper, the authors have implemented an efficient MapReduce Apriori algorithm ...