A Matrix-Based Apriori Algorithm Improvement.

Qinliu Yang,Qunchao Fu,Cong Wang,Jincui Yang
DOI: https://doi.org/10.1109/dsc.2018.00132
2018-01-01
Abstract:Association rule mining is to find interesting hidden associations from a huge number of initial data. Apriori algorithm is an effective way to find these associations. However, the original Apriori has its own drawback. Firstly, it needs to scan the database numerous times. Secondly, it may create tons of candidate sets in the process of generating frequent itemsets. In this paper, we described the basic principle of Apriori algorithm, and further we proposed an improved algorithm. That is, we only need to scan the database once to achieve our goals by adding the concept of transaction weights and generating a transactional Boolean matrix. After analyzing the examples and performing several experiments in different variables, it showed that the improved algorithm was more efficient than the original one.
What problem does this paper attempt to address?