Proceedings of the 2000 ACM SIGMOD International Conference on Management of Data 2000
DOI: 10.1145/342009.335372
|View full text |Cite
|
Sign up to set email alerts
|

Mining frequent patterns without candidate generation

Abstract: Abstract. Mining frequent patterns in transaction databases, time-series databases, and many other kinds of databases has been studied popularly in data mining research. Most of the previous studies adopt an Apriori-like candidate set generation-and-test approach. However, candidate set generation is still costly, especially when there exist a large number of patterns and/or long patterns.In this study, we propose a novel frequent-pattern tree (FP-tree) structure, which is an extended prefix-tree structure for… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
1,510
0
44

Year Published

2002
2002
2017
2017

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 3,249 publications
(1,555 citation statements)
references
References 10 publications
1
1,510
0
44
Order By: Relevance
“…Study of WAP-mine algorithm (Han et al 2000)-Pattern-Growth miner with Tree Projection At the same time of FreeSpan and PrefixSpan in 2000/2001, another major contribution was made as a pattern growth and tree structure mining technique, which is the WAP-mine algorithm (Han et al, 2000) with its WAP-tree structure. Here, the sequence database is scanned only twice to build the WAPtree from frequent sequences along with their support, a "header table" is maintained to point at the first occurrence for each item in a frequent item set, which is later tracked in a threaded way to mine the tree for frequent sequences, building on the suffix.…”
Section: Methodsmentioning
confidence: 99%
See 2 more Smart Citations
“…Study of WAP-mine algorithm (Han et al 2000)-Pattern-Growth miner with Tree Projection At the same time of FreeSpan and PrefixSpan in 2000/2001, another major contribution was made as a pattern growth and tree structure mining technique, which is the WAP-mine algorithm (Han et al, 2000) with its WAP-tree structure. Here, the sequence database is scanned only twice to build the WAPtree from frequent sequences along with their support, a "header table" is maintained to point at the first occurrence for each item in a frequent item set, which is later tracked in a threaded way to mine the tree for frequent sequences, building on the suffix.…”
Section: Methodsmentioning
confidence: 99%
“…5 and 6 with complete set of frequent sequence fs ={e, be, abe, ae, b, bb, ab, a, ba}. WAP-mine algorithm is reported to have better scalability than GSP and to outperform it by a margin (Han et al, 2000). Although it scans the database only twice and can avoid the problem of generating explosive candidates as in Apriori-based and candidate generate-and-test methods, WAP-mine suffers from a memory consumption problem as it recursively reconstructs numerous intermediate WAP-trees during mining and in particular, as the number of mined frequent patterns increases.…”
Section: Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…Han, 2000). "The main aim of this algorithm was to remove the bottlenecks of the Apriori algorithm in generating and testing candidate sets" (Pramod S., 2015).…”
Section: Gawwad Et Al: Frequent Itemset Mining For Big Data Using Grementioning
confidence: 99%
“…Pervious works: FP-growth (Han et al, 2000) is a well-known algorithm that uses the FP-tree data structure to achieve a condensed representation of the database transactions and employs a divide-and-conquer approach to decompose the mining problem into a set of smaller problems. In essence, it mines all the frequent itemsets by recursively finding all frequent itemsets in the conditional pattern base which is efficiently constructed with the help of a node link structure.…”
Section: Fig 1: An Fp-tree Registers Compressed Frequent Pattern Inmentioning
confidence: 99%