A New Method for Incremental Updating Frequent Patterns Mining

  • Authors:
  • Hai-Tao He;Shi-Ling Zhang

  • Affiliations:
  • -;-

  • Venue:
  • ICICIC '07 Proceedings of the Second International Conference on Innovative Computing, Informatio and Control
  • Year:
  • 2007

Quantified Score

Hi-index 0.01

Visualization

Abstract

Frequent patterns mining has been studied popularly in KDD research. However, little work has been done on incremental updating frequent patterns mining. In a real transaction database, as time changing many new data may be inserted into previous database. But it is hard to handle incremental updating problems with FP-growth algorithm. In this paper, a novel incremental updating pattern tree (INUP_Tree) structure is presented, which is constructed by scanning database only once. And a new frequent pattern mining method (IUF_Mine) based on conditional matrix is developed. When database is updated, only the new added records will be scanned. Besides, original conditional matrix can be adequately used to speed up the new mining process, so the mining efficiency is improved. The experiment result shows that the IUF_Mine method is more efficient and faster than the FP-growth.