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

J4 ›› 2014, Vol. 36 ›› Issue (02): 354-358.

• 论文 • Previous Articles     Next Articles

A probability weighted association rules mining algorithm based on vector        

ZHAO Zhigang,WAN Jun,WANG Fang   

  1. (College of Computer and Electronics Information,Guangxi University,Nanning 530004,China)
  • Received:2012-06-28 Revised:2012-11-29 Online:2014-02-25 Published:2014-02-25

Abstract:

Association rules mining is one of the most active branch of data mining. Many association rules mining algorithms need to scan the database many times and produce a large number of candidate items. Aiming at the problem of scanning database several times, a probabilityweighted association rules mining algorithm based on vector is proposed. It sets the weight value of item by computing the probability and saves the transaction records via the matrixvector structure by scanning the database only once. In addition, it employs different cutting strategies and computing ways of weighted support and confidence. Experimental results show that the new algorithm can improve the mining efficiency distinctly.

Key words: data mining;probability;vector;weighted association rules;cutting strategies