Mining Frequent Rooted Ordered Tree Generators Efficiently

Shengwei Yi,Jize Xu,Yong Peng,Qi Xiong,Ting Wang,Shilong Ma
DOI: https://doi.org/10.1109/cyberc.2013.29
2013-01-01
Abstract:With the wide applications of tree structured data, such as XML databases, research of mining frequent subtree patterns have recently attracted much attention in the data mining and database communities. Due to the downward closure property, mining complete frequent subtree patterns can lead to an exponential number of results. Although the existing studies have proposed several alleviative solutions (i.e. mining frequent closed subtree patterns or maximal subtree patterns) to compress the size of large results, the existing solutions are not suitable some real applications, such as frequent pattern-based classification. Furthermore, according to the Minimum Description Length (MDL) Principle, frequent rooted subtrees generators are preferable to frequent closed/maximal subtree patterns in the applications of frequent pattern-based classification. In this paper, we study a novel problem of mining frequent rooted ordered tree generators. To speed up the efficiency of mining process, we propose a depth-first-search-based framework. Moreover, two effective pruning strategies are integrated into the framework to reduce the search space and avoid redundant computation. Finally, we verify the effectiveness and efficiency of our proposed approaches through extensive experiments.
What problem does this paper attempt to address?