Extracting Frequent Connected Subgraphs from Large Graph Sets.

Wei Wang,Qing-Qing Yuan,Hao-Feng Zhou,Ming-Sheng Hong,Bai-Le Shi
DOI: https://doi.org/10.1007/bf02973450
2004-01-01
Abstract:Mining frequent patterns from datasets is one of the key success of data mining research. Currently, most of the studies focus on the data sets in which the elements are independent, such as the items in the marketing basket. However, the objects in the real world often have close relationship with each other. How to extract frequent patterns from these relations is the objective of this paper. The authors use graphs to model the relations, and select a simple type for analysis. Combining the graph theory and algorithms to generate frequent patterns, a new algorithm called Topology, which can mine these graphs efficiently, has been proposed. The performance of the algorithm is evaluated by doing experiments with synthetic datasets and real data. The experimental results show that Topology can do the job well. At the end of this paper, the potential improvement is mentioned.
What problem does this paper attempt to address?