Computer Engineering and Applications ›› 2010, Vol. 46 ›› Issue (22): 147-150.DOI: 10.3778/j.issn.1002-8331.2010.22.044

• 数据库、信号与信息处理 • Previous Articles     Next Articles

Algorithm for frequent items mining based on tree and pattern guidance

ZHANG Da-wei,HUANG Dan,JI Min,XIE Fu-ding   

  1. Department of Computer and Information Technology,Liaoning Normal University,Dalian,Liaoning 116029,China
  • Received:2009-04-08 Revised:2009-06-22 Online:2010-08-01 Published:2010-08-01
  • Contact: ZHANG Da-wei

利用模式指导树的并行频繁项集挖据方法

张大为,黄 丹,嵇 敏,谢福鼎   

  1. 辽宁师范大学 计算机与信息技术学院,辽宁 大连 116029
  • 通讯作者: 张大为

Abstract: The primary task of association rule mining is to find the relationship in terms of transactions.The logic attributes are requested in traditional association rule mining and huge internal item sets are generated.This problem is one of the bottlenecks of the mining algorithms.This paper presents a method to mine frequent items sets based on association path tree under the guidance of patterns and without logical data.The iterate program of finding frequent item sets can run on multiple CPUs for improving the algorithm performance.The approach is tested by House-Votes-84 and the correct results are obtained.

摘要: 关联规则挖掘的主要任务是根据对事务的统计找出项之间的关系。传统的挖掘算法要求项具有逻辑属性,并在挖掘过程中产生大量的中间项集,成为算法的瓶颈。给出一种基于关联路径树的表格数据组织形式,并采用模式指导的方式进行频繁项集挖掘,该方法不要求项具有逻辑属性,初始模式不同的项集组合迭代可以分配到不同的CPU完成,提高了算法的执行效率。该算法对美国1984年国会选举数据进行了实验,结果完全正确。

CLC Number: