Research on algorithm for mining weighted maximal frequent subgraphs

WANG Ying-long,YANG Jun,ZHOU Fa-guo,TANG Jian-jun
2009-01-01
Abstract:Frequent subgraph mining is an active research topic in the data mining community.Another problem is previous frequent subgraph mining algorithms treat graphs uniformly while graphs have different importance actually.To solve the above two problems,authors propose a new depth-first algorithm to discover weighted maximal frequent subgraphs only.Firstly,to lower the complexity of computing canonical code of adjacency matrix of graph,a new vertex sorting strategy is introduced.Meanwhile,the sorting strategy can also speed the matching process of canonical codes.Secondly,weighted maximal frequent subgraph is defined,which can not only discover important maximal subgraph,but also inherit the property of anti-monotony.Thus,the speed of pruning is quickened.Experimental results show the proposed algorithm can not only reduce the number of discovered graph patterns,but also is efficient.
What problem does this paper attempt to address?