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

计算机工程 ›› 2011, Vol. 37 ›› Issue (16): 42-44. doi: 10.3969/j.issn.1000-3428.2011.16.014

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

一种改进的多层关联规则挖掘算法

唐 辉,吴明礼,贺玉明   

  1. (北方工业大学信息工程学院,北京 100144)
  • 收稿日期:2011-02-28 出版日期:2011-08-20 发布日期:2011-08-20
  • 作者简介:唐 辉(1977-),男,硕士研究生,主研方向:数据挖掘;吴明礼,讲师、博士;贺玉明,硕士研究生

Improved Multi-level Association Rule Mining Algorithm

TANG Hui, WU Ming-li, HE Yu-ming   

  1. (College of Information Engineering, North China University of Technology, Beijing 100144, China)
  • Received:2011-02-28 Online:2011-08-20 Published:2011-08-20

摘要: 在传统的多层关联挖掘算法中,概念层次树只提供项目的概念分层信息,导致项目查找效率不高。为此,提出一种改进的多层关联规则挖掘算法。在概念层次树的节点中增加2个域,以获取各层的频繁1-项集,通过增加1个基于Hash表的辅助存储结构,以提高项目的查找效率。实验结果表明,与传统算法相比,改进算法的挖掘时间能缩短10%左右。

关键词: 多层关联规则, 数据挖掘, 概念层次树, 频繁模式树

Abstract: In the traditional association rule mining algorithm, concept hierarchy tree only provides concept hierarchy information of items, and the efficency of searching items is not high in this tree structure. This paper presents an improved multi-level association rule mining algorithm. It adds two fields in its nodes to help to accquire frequent 1-itemsets. It employs an auxiliary storage structure that is based on Hash table, which enhances efficency of searching items. Experimental result shows that mining time of the imrpoved algorithm is reduced by about 10% than before.

Key words: multiple-level association rule, data mining, concept hierarchy tree, Frequent Pattern(FP) tree

中图分类号: