Mining Frequent Rooted Subtrees in XML Data with Me-Tree

WS Zhang,DX Liu,JP Zhang
DOI: https://doi.org/10.1109/sieds.2004.239908
2004-01-01
Abstract:Due to the rapid progress of network and storage technologies, a huge amount of electronic data such as Web pages and XML data has been available on Internet. These weekly-structured documents have no rigid structures, and often called semistructured data. Hence, there have been increasing demands for efficient methods for discovering patterns in large collection of semistructured data. We study a data mining problem of discovering frequent subtrees in a large collection of XML data, where both of the patterns and the data are modeled by labeled ordered trees. We present an efficient algorithm RSTMiner that computes all rooted subtrees appearing in a collection of XML trees with frequent above a user-specified threshold using a special structure Me-tree. In this algorithm, Me-tree is used as a merging tree to supply scheme information for efficient pruning and mining frequent subtrees. The keys of the algorithm are efficient pruning candidates with Me-Tree structure and incrementally enumerating all rooted subtrees in canonical form based on a extended right most expansion technique
What problem does this paper attempt to address?