The Efficient and Complete Frequent Itemsets Mining of Association Rules

Xu-dong Song,Kun Zhai,Xiao-bing Liu
DOI: https://doi.org/10.1109/FSKD.2007.566
2007-01-01
Abstract:How to generate the candidate itemsets, how to compute the supporting number of itemsets, how to reduce the size of candidate itemsets and how to decrease the scanning times of transaction databases, are four capital technique difficulties of association rules mining. In this paper, we have presented an new idea that transforms the data structure of transaction databases to the directed graph, and applies the directed itemsets graph to store the relevant information of frequent itemsets of transaction databases, and puts forward trifurcate linked list storage structure of directed itemsets graph, and provides mining algorithm of complete frequent itemsets based on the directed itemsets graph. So the four capital technique difficulties mentioned above are resolved efficiently.
What problem does this paper attempt to address?