• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (7): 183-187.

• 论文 • Previous Articles     Next Articles

BetweenItems Positive Correlated Association Rules Mining Based on Node Linked List FPTree

LIU Shangli,YANG Qing   

  1. (Network Information Center,Hunan University of Science and Technology,Xiangtan 411201,China)
  • Received:2011-01-12 Revised:2011-04-26 Online:2011-07-21 Published:2011-07-25

Abstract:

Interestingness measures are intended for selecting patterns according to their potential interest to the user in association rules. The FPgrowth algorithm based on the FPtree structure is an efficient algorithm for mining association rules. This algorithm is not quite effective in the process of mining potentially valuable lowsupport patterns. To solve this problem, a novel type of interestingness measure called betweenitems positive correlation interestingness measure is presented. This measure has a good autimonotone, and the presence of an item in one transaction increases the presence of every other item in the same pattern. This paper also proposes an improved FP mining algorithm which creates a compact FP structure by the node linked list and uses a nonrecursive function to decrease the overhead of creating an extra data structure at each mining step. More importantly, this algorithm exploits an efficient pruning strategy which uses the interestingness measure to filter the nonpositive correlated long model and invalid itemsets. The range of the support threshold is expanded. The experimental results indicate the given algorithm is efficient and feasible.

Key words: association rules;interestingness measure;betweenitems positive correlation;pruning