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

计算机工程 ›› 2008, Vol. 34 ›› Issue (11): 55-57,6. doi: 10.3969/j.issn.1000-3428.2008.11.020

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

一种高效的并行频繁集挖掘算法

张 诤1,2,王惠文1   

  1. (1. 北京航空航天大学系统工程系,北京 100083;2. 甘肃省委党校网络中心,兰州 730070)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2008-06-05 发布日期:2008-06-05

Efficient Parallel Frequent Itemsets Mining Algorithm

ZHANG Zheng1,2, WANG Hui-wen1   

  1. (1. Dept. of System Engineering, Beijing University of Aeronautics and Astronautics, Beijing 100083; 2. Network Center, Party School of Gansu Province, Lanzhou 730070)
  • Received:1900-01-01 Revised:1900-01-01 Online:2008-06-05 Published:2008-06-05

摘要: 针对Apriori算法在挖掘超大规模数据集时存在的效率低下问题,在数据集分块和事务数据库布尔化映射基础上,提出一种直接利用布尔矩阵向量运算挖掘频繁集的并行频繁集挖掘算法(PFIM)。仿真实验分析表明,PFIM算法比Apriori算法的挖掘时间缩短了近90%,该方法可用于挖掘超大规模数据库,具有良好的并行性和可伸缩性。

关键词: 频繁集, 关联规则, 并行计算

Abstract: Aiming at inefficient problem of Apriori algorithm when mining very large database, this paper presents an efficient Parallel Frequent Itemset Mining algorithm(PFIM) based on database dividing and computing of Boolean matrix mapped from original database. Experimental results show that PFIM algorithm cuts down ninety percent mining time of Apriori, so it is suitable for mining very large size database and it has good characteristics of parallel and expandable.

Key words: frequent itemset, association rule, parallel computing

中图分类号: