摘要
由于在频繁项集和频繁序列上取得的成功,数据挖掘技术正在着手解决结构化模式挖掘问题——频繁子图挖掘.诸如化学、生物学、计算机网络和WWW等应用技术都需要挖掘此类模式.提出了一种频繁子图挖掘的新算法.该算法通过对频繁子树的扩展,避免了图挖掘过程中高代价的计算过程.目前最好的频繁子图挖掘算法的时间复杂性是O(n3·2n),其中,n是图集中的频繁边数.提出算法的时间复杂性是O[2n·n2.5/logn],性能提高了O((1/2)n·logn)倍.实验结果也证实了这一理论分析.
With the successful development of frequent item set and frequent sequence mining, the technology of data mining is natural to extend its way to solve the problem of structural pattern mining--Frequent subgraph mining. Frequent patterns are meaningful in many applications such as chemistry, biology, computer networks, and World-Wide Web. This paper proposes a new algorithm GraphGen for mining frequent subgraphs. GraphGen reduces the mining complexity through the extension of frequent subtree. For the best algorithm available, the complexity is O(n^3·2n), n is the number of frequent edges in a graph dataset. The complexity of GraphGen is O(2^n n^25/logn),which is improved O(/n- logn) times than the best one. Experimental results prove this theoretical analysis.
出处
《软件学报》
EI
CSCD
北大核心
2007年第10期2469-2480,共12页
Journal of Software
基金
Supported by the National Natural Science Foundation of China under Grant Nos.60473075
60773063 (国家自然科学基金)
the Key Program National Natural Science Foundation of China under Grant No.60533110 (国家自然科学基金重点项目)
the National Basic Research Program of China under Grant No.2006CB303000 (国家重点基础研究发展计划(973))
the Program for New Century Excellent Talents in University (NCET) under Grant No.NCET-05-0333 (新世纪优秀人才支持计划)
关键词
频繁模式挖掘
子图同构
子树同构
频繁子树
生成树
frequent pattern mining
subgraph isomorphism
subtree isomorphism
frequent subgraph
spanningtree