作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2008, Vol. 34 ›› Issue (14): 63-65. doi: 10.3969/j.issn.1000-3428.2008.14.023

• 软件技术与数据库 • 上一篇    下一篇

特定数据最大频繁集挖掘算法

王 华1,胡学钢2,田卫东2   

  1. (1. 安徽医科大学计算机中心,合肥 230032;2. 合肥工业大学计算机与信息学院,合肥 230009)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2008-07-20 发布日期:2008-07-20

Mining Algorithm of Maximal Frequent Itemsets Suitable to Specific Database

WANG Hua1, HU Xue-gang2, TIAN Wei-dong2   

  1. (1. Computer Center, Anhui Medical University, Hefei 230032;2. School of Computer &Information, Hefei University of Technology, Hefei 230009)
  • Received:1900-01-01 Revised:1900-01-01 Online:2008-07-20 Published:2008-07-20

摘要: 针对在某些限定项目数与交易长度数据的关联规则挖掘中FP-growth算法执行效率很低的问题,提出一种最大频繁模式挖掘算法,该算法引入与FP-tree结构类似的All-subset tree存储所有的最大频繁项目集,无需在扫描数据库前指定最小支持度,可以动态给定最小支持度而不用重新扫描数据库。实验结果表明,该算法在这些特定数据的挖掘中,与FP-growth相比明显提高了挖掘效率。

关键词: 数据挖掘, 关联规则, 频繁模式树, 最大频繁项目集

Abstract: Aiming at the low mining efficiency problem existing in the mining association rules of FP-growth algorithm on data limited with item counts and transaction length, an improved algorithm(All-subset tree) for mining maximal frequent patterns is proposed, a novel data structure, All-subset tree, which is similar to FP-tree is introduced to store all maximal frequent item sets. The algorithm is in no need of appointed minimum support before scanning the database, and need not rescan the database when assigned minimum support dynamically. Experimental results show that all-subset tree algorithm greatly improves the mining efficiency compared with FP-growth algorithm when mining specific database.

Key words: data mining, association rule, Frequent Pattern tree(FP-tree), maximal frequent itemsets

中图分类号: