2016-17
Permanent URI for this collection
Browse
Browsing 2016-17 by Author "Gagana, Vijayavarshini"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Map Reduce Based FiDoop(2017-08-18T09:39:36Z) Gagana, Vijayavarshini; Krithika, RaoExisting parallel mining algorithms for frequent itemsets lack a mechanism that enables automatic parallelization, load balancing, data distribution, and fault tolerance on large clusters. As a solution to this problem, we design a parallel frequent itemsets mining algorithm called FiDoop using the MapReduce programming model. To achieve compressed storage and avoid building conditional pattern bases, FiDoop incorporates the frequent items ultrametric tree, rather than conventional FP trees. In FiDoop, three MapReduce jobs are implemented to complete the mining task. In the crucial third MapReduce job, the mappers independently decompose itemsets, the reducers perform combination operations by constructing small ultrametric trees, and the actual mining of these trees separately.