2018
DOI: 10.1186/s40537-018-0112-0
|View full text |Cite
|
Sign up to set email alerts
|

Adaptive-Miner: an efficient distributed association rule mining algorithm on Spark

Abstract: Extraction of valuable data from extensive datasets is a standout amongst the most vital exploration issues. Association rule mining is one of the highly used methods for this purpose. Finding possible associations between items in large transaction based datasets (finding frequent itemsets) is most crucial part of the association rule mining task. Many single-machine based association rule mining algorithms exist but the massive amount of data available these days is above the capacity of a single machine bas… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4

Citation Types

0
24
0
1

Year Published

2018
2018
2022
2022

Publication Types

Select...
3
3

Relationship

0
6

Authors

Journals

citations
Cited by 49 publications
(25 citation statements)
references
References 31 publications
0
24
0
1
Order By: Relevance
“…R-Apriori is similar to YAFIM with an additional phase that reduces the computation to generate 2-itemsets. Adaptive-Miner [8] is an improvement over the R-Apriori, which dynamically selects a conventional or reduced approach of candidate generation, based on the number of frequent itemsets in recent iteration. DFIMA (Distributed Frequent Itemset Mining Algorithm) [9] is also an Apriori-based algorithm on Spark.…”
Section: Related Workmentioning
confidence: 99%
“…R-Apriori is similar to YAFIM with an additional phase that reduces the computation to generate 2-itemsets. Adaptive-Miner [8] is an improvement over the R-Apriori, which dynamically selects a conventional or reduced approach of candidate generation, based on the number of frequent itemsets in recent iteration. DFIMA (Distributed Frequent Itemset Mining Algorithm) [9] is also an Apriori-based algorithm on Spark.…”
Section: Related Workmentioning
confidence: 99%
“…Tu and He proposed a parallel algorithm for mining association rules based on FP‐tree. Rathee et al presented a parallel Apriori algorithm and implemented a distributed association rule mining algorithm on Spark . On the other hand, to better decrease the runtime of ARM, bio‐inspired approaches such as Genetic Algorithms (GA) and particle swarm optimization have been applied to find approximate solutions for ARM.…”
Section: Related Workmentioning
confidence: 99%
“…Rathee et al presented a parallel Apriori algorithm 18 and implemented a distributed association rule mining algorithm on Spark. 19 On the other hand, to better decrease the runtime of ARM, bio-inspired approaches such as Genetic Algorithms (GA) and particle swarm optimization have been applied to find approximate solutions for ARM. For example, Djenouri et al 20 proposed an efficient GA-based parallel algorithm that runs on clusters of GPUs.…”
mentioning
confidence: 99%
“…Rathee continued improving his idea. In 2018, he developed a new algorithm named Adaptive-Miner [32] which is one of the best state-of-the-art frequent itemset mining algorithms. It uses an adaptive method for extracting frequent itemsets with higher accuracy and efficiency.…”
Section: Related Workmentioning
confidence: 99%
“…It reduces time and space by selecting the best plan. R-Apriori and Adaptive-Miner use bloom filters, which are faster than hash trees that make these algorithms more efficient with respect to time and space [31,32].…”
Section: Related Workmentioning
confidence: 99%