Directed Graph-based Frequent Itemsets Mining Association Rules Algorithm

Qingguo Xie
2008-01-01
Abstract:This paper proposes a frequent itemsets algorithm of mining association rules based on directed graph to the problem in finding out the frequent itemsets with Apriori algorithm,uses binary matrix to represent transaction database,and applies the thought of directed graph.We use frequent item binary string as weight of directed graph edge,then store the binary matrix table using adjacent storage,search the adjacent table to generate frequent itemsets,and finally prove it through tests,the result of which shows it is higher than Apriori algorithm in the efficiency and performance.
What problem does this paper attempt to address?