dm.cs.tu-dortmund.de/mlbits/frequent-pattern-fpgrowth/
Frequent Pattern Growth – Lecture Notes
First scan:
it.
it.
it.
a
4
g
1
m
4
b
4
h
1
n
2
c
5
i
2
o
2
d
1
j
2
p
3
e
1
k
1
s
2
f
6
l
2
→
minsupp=3:
item
f
6
c
5
a
4
b
4
m
4
p
3
→
Reduced & reordered:
tid
frequent items
1
\(\{ f, c, a, m, p\}\)
2
\(\{ [...] D\} \times 1\) :
The FP-tree is a compressed summary of the transaction database.
Construction of an FP-tree
The FP-tree is constructed in two phases:
First database scan:
determine frequent 1-itemsets (based [...] of the FP-growth algorithm . Proceedings of the 1st international workshop on open source data mining: Frequent pattern mining implementations (2005), 1–5.
[HaPeYi00]
Han, J., Pei, J. and Yin, Y. 2000 …