计算机应用 ›› 2010, Vol. 30 ›› Issue (9): 2332-2334.

• 数据库与知识工程 • 上一篇    下一篇

基于项集优化重组的频繁项集发现算法

王明1,宋顺林2   

  1. 1. 江苏大学
    2. 江苏大学计算机学院
  • 收稿日期:2010-03-12 修回日期:2010-05-10 发布日期:2010-09-03 出版日期:2010-09-01
  • 通讯作者: 王明
  • 基金资助:
    江苏省产业信息化重点基金项目

Algorithm for discovering frequent item sets based on optimized and regrouped item sets

  • Received:2010-03-12 Revised:2010-05-10 Online:2010-09-03 Published:2010-09-01

摘要: 发现频繁项集是关联规则挖掘的主要途径,也是关联规则挖掘算法研究的重点。关联规则挖掘的经典Apriori算法及其改进算法大致可以归为基于SQL和基于内存两类。为了提高挖掘效率,在仔细分析了基于内存算法存在效率瓶颈的基础上,提出了一种发现频繁项集的改进算法。该算法使用了一种快速产生和验证候选项集的方法,提高了生成项目集的速度。实验结果显示该算法能有效提高挖掘效率。

关键词: 数据挖掘, 频繁项集, 项集数组, 逻辑运算, 关联规则

Abstract: Discovering frequent item sets is the main way of association rules mining, and it is also the focus of the study in algorithms for association rules mining. The classical Apriori algorithm and its improved algorithms of association rules mining can be generally classified as one based on SQL and the other based on memory. To improve the data-mining efficiency, the authors proposed an efficient algorithm for discovering frequent item sets. After analyzing the efficiency bottlenecks in some algorithms based on memory, the algorithm used a method that could generate and test candidate item sets efficiently to optimize the speed of item sets generation. The experimental results show that the proposed algorithm can assuredly improve the mining efficiency.

Key words: data mining, frequent item set, item sets array, logic operation, association rule

中图分类号: