摘要

Mining association rules consists of two phases. One is to find proper itemsets, the other is to generate specific rules. Integrating the two steps properly can lead to efficient results. In this paper, a new method of extracting frequent closed itemsets in depth-first manner is proposed. It can mine the closed itemsets directly. At the same time, specific concise association rules are filtered base on those closed itemsets generated. As the process goes on, we can derive all association rules in concise representation correctly when the algorithm is completed. Through exploiting the depth-first mining strategy, the two steps share same divide-and-conquer process and data structure, thus prune more search space and achieve good performance. Experimental results show that the algorithm runs properly and performs better than those traditional ones.

全文