MATEC Web of Conferences (Jan 2018)

An improvement of FP-Growth association rule mining algorithm based on adjacency table

  • Yin Ming,
  • Wang Wenjie,
  • Liu Yang,
  • Jiang Dan

DOI
https://doi.org/10.1051/matecconf/201818910012
Journal volume & issue
Vol. 189
p. 10012

Abstract

Read online

FP-Growth algorithm is an association rule mining algorithm based on frequent pattern tree (FP-Tree), which doesn’t need to generate a large number of candidate sets. However, constructing FP-Tree requires two scansof the original transaction database and the recursive mining of FP-Tree to generate frequent itemsets. In addition, the algorithm can’t work effectively when the dataset is dense. To solve the problems of large memory usage and low time-effectiveness of data mining in this algorithm, this paper proposes an improved algorithm based on adjacency table using a hash table to store adjacency table, which considerably saves the finding time. The experimental results show that the improved algorithm has good performance especially for mining frequent itemsets in dense data sets.