2019
DOI: 10.1002/widm.1329
|View full text |Cite
|
Sign up to set email alerts
|

Frequent itemset mining: A 25 years review

Abstract: Frequent itemset mining (FIM) is an essential task within data analysis since it is responsible for extracting frequently occurring events, patterns, or items in data. Insights from such pattern analysis offer important benefits in decision‐making processes. However, algorithmic solutions for mining such kind of patterns are not straightforward since the computational complexity exponentially increases with the number of items in data. This issue, together with the significant memory consumption that is presen… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
52
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
7
2

Relationship

3
6

Authors

Journals

citations
Cited by 170 publications
(71 citation statements)
references
References 76 publications
0
52
0
Order By: Relevance
“…threshold of support and confidence) for rule development. Although we have used the Apriori algorithm for our association rules implemented in implemented in arules package, other researchers with large datasets may consider using other, potentially more efficient association rule mining algorithms for rule development [29,30]. We have implemented several methods to filter rules to ensure the uniqueness and robustness of rules to minimize the number of rules for panel review based on domain knowledge and statistical assessment, and may therefore have excluded useful rules during the rule cleaning process.…”
Section: Discussionmentioning
confidence: 99%
“…threshold of support and confidence) for rule development. Although we have used the Apriori algorithm for our association rules implemented in implemented in arules package, other researchers with large datasets may consider using other, potentially more efficient association rule mining algorithms for rule development [29,30]. We have implemented several methods to filter rules to ensure the uniqueness and robustness of rules to minimize the number of rules for panel review based on domain knowledge and statistical assessment, and may therefore have excluded useful rules during the rule cleaning process.…”
Section: Discussionmentioning
confidence: 99%
“…Several other algorithms were also developed in the literature [9][10][11]18] to find frequent patterns. Luna et al [12] conducted a detailed survey on frequent pattern mining and presented the improvements that happened in the past 25 years. However, frequent pattern mining is inappropriate for identifying patterns that are regularly appearing in a temporal database.…”
Section: Frequent Pattern Miningmentioning
confidence: 99%
“…Several competent techniques were discussed in the literature [9][10][11] to enumerate all frequent patterns from a transactional database. Luna et al [12] recently presented a survey on the advances that happened in the past 25 years of frequent pattern mining. The popular adoption and the successful adoption of this technique has been hindered by its limitation to discover regularities that may exist in a temporal database.…”
Section: Introductionmentioning
confidence: 99%
“…Zaki and Gouda [21] propose an algorithm based on diffset data structure, dECLAT, which tracks only the difference of candidate patterns in producing frequent patterns, which greatly reduces the memory needed to store intermediate results. Uno et al [22] propose an algorithm LCM based on enumeration of reserved extensions, which is efficient and one of the most important ones so far [23].…”
Section: Related Workmentioning
confidence: 99%