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

计算机工程 ›› 2011, Vol. 37 ›› Issue (14): 59-61. doi: mydlhf@126.com

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

基于GPU的闭合频繁项集挖掘方法

李海峰   

  1. Closed Frequent Itemset Mining Method Based on Graphic Processing Unit
  • 收稿日期:2010-12-20 出版日期:2011-07-20 发布日期:2011-07-20
  • 作者简介:李海峰(1979-),男,讲师,主研方向:数据挖掘,商务智能管理
  • 基金资助:
    中央财经大学“211工程”三期基金资助项目

Closed Frequent Itemset Mining Method Based on Graphic Processing Unit

LI Hai-feng   

  1. (School of Information, Central University of Finance and Economics, Beijing 100081, China)
  • Received:2010-12-20 Online:2011-07-20 Published:2011-07-20

摘要: 提出一种采用图形处理器挖掘闭合频繁项集的方法,用二进制数据表示项集,利用单指令多数据的体系结构实现并行计算,结合项集索引树,可以提高项集支持度计算和项集查找的速度。在2种数据集上的实验结果表明,该方法能够用更少的空间保存频繁项集的全部信息,并减少挖掘时间。

关键词: 图形处理器, 频繁项集, 闭合频繁项集, 索引树, 数据挖掘

Abstract: This paper considers a problem that to the best of the knowledge has not been addressed, namely, how to use Graphic Processing Unit(GPU) for mining closed frequent itemsets. The method employs a single-instruction-multiple-data architecture to accelerate the mining speed using a bitmap data representation of frequent itemsets, a further memory-based index tree is used to make search faster. Experimental results show that the algorithm can store all the information of frequent itemsets using less space, and achieve better performance in running time.

Key words: Graphic Processing Unit(GPU), frequent itemset, closed frequent itemset, index tree, data mining

中图分类号: