Computer Engineering and Applications ›› 2008, Vol. 44 ›› Issue (17): 138-140.

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

Research of Apriori algorithm in mining association rules

QIAN Xue-zhong,KONG Fang   

  1. School of Information Engineering,Southern Yangtze University,Wuxi,Jiangsu 214122,China
  • Received:2007-09-17 Revised:2007-12-21 Online:2008-06-11 Published:2008-06-11
  • Contact: QIAN Xue-zhong

关联规则挖掘中对Apriori算法的研究

钱雪忠,孔 芳   

  1. 江南大学 信息工程学院,江苏 无锡 214122
  • 通讯作者: 钱雪忠

Abstract: A tree structure algorithm based on vertical tid-list to resolve the frequent itemsets program in Apriori is put forward.The algorithm combines the ordinal character of itemsets and makes the nodes ascending order by support count in the tree,so the sets of the candidate frequent itemsets is the least totally.The algorithm can greatly reduce the candidate frequent itemsets,keep the completion of frequent itemsets,reduce the cost of computing,and improve the efficiency of algorithm.

摘要: 针对Apriori寻找频繁项集问题,提出了基于垂直事务列表的树形结构的挖掘算法。该算法结合项集的有序特性,使生成树的每一层结点从左往右按支持度大小升序排列,这样得到的候选频繁项集的集合是最小的,大大减少了候选频繁项集的数量,而且能保持频繁项集的完整性,从而节约了计算开销,提高了算法的效率。