2019
DOI: 10.1109/access.2019.2943015
|View full text |Cite
|
Sign up to set email alerts
|

Incremental Frequent Itemsets Mining With FCFP Tree

Abstract: Frequent itemsets mining (FIM) as well as other mining techniques has been being challenged by large scale and rapidly expanding datasets. To address this issue, we propose a solution for incremental frequent itemsets mining using a Full Compression Frequent Pattern Tree (FCFP-Tree) and related algorithms called FCFPIM. Unlike FP-tree, the FCFP-Tree maintains complete information of all the frequent and infrequent items in the original dataset. This allows the FCFPIM algorithm not to waste any scan and computa… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
11
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 18 publications
(11 citation statements)
references
References 45 publications
0
11
0
Order By: Relevance
“…We evaluated and compared the performances of our proposed algorithm with FP-Growth [11], FUFP-tree maintenance [27], Pre-FUFP [28], and FCFPIM [37] algorithms, in terms of execution time and number of generated sub-trees in the process of finding all frequent itemsets from the updated tree. All evaluated algorithms were coded in Python 3.60 and ran on Intel Xeon PC (2.93 GHz, 4 GB main memory, Microsoft Windows 10).…”
Section: Resultsmentioning
confidence: 99%
See 2 more Smart Citations
“…We evaluated and compared the performances of our proposed algorithm with FP-Growth [11], FUFP-tree maintenance [27], Pre-FUFP [28], and FCFPIM [37] algorithms, in terms of execution time and number of generated sub-trees in the process of finding all frequent itemsets from the updated tree. All evaluated algorithms were coded in Python 3.60 and ran on Intel Xeon PC (2.93 GHz, 4 GB main memory, Microsoft Windows 10).…”
Section: Resultsmentioning
confidence: 99%
“…FP-Growth is more efficient than Apriori algorithm [11], and many researchers have used FP-Growth-based algorithms for better management of frequent itemsets search in a dynamic database. Several previous works have used FP-Growth-based algorithms [26]- [30], [37]. We developed our new algorithm, starting with an FP-Growth-based algorithm.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…And the characteristics are sparse and diverse relative to the dimensions in a spectrum. The existing searching methods are applied to find some required data, including classification methods [3], clustering algorithms [4], outlier detection algorithms [5], association rules mining [6], etc. These algorithms exhibit good performance in various fields, including image classification [3], spectral clustering [7], credit card theft [8], and so on.…”
Section: A Motivationsmentioning
confidence: 99%
“…Several of these algorithms maintain itemsets that are almost-frequent in memory to avoid rescanning the database when it is updated. Second, some stream mining algorithms [3]- [5], [32], [34] have been proposed to update frequent itemsets for potentially infinite transaction streams, that is when the database cannot be read more than once. Popular algorithms of this type include estDec [3] and estDec+ [32], which use structures to maintain patterns and calculate upper-bounds on calculation errors of itemset support values.…”
Section: Related Workmentioning
confidence: 99%