- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于MapReduce的大规模图挖掘并行计算模型
第 39 卷第 3 期 应 用 科 技 Vol.39, No.3
2012 年 6 月 Applied Science and Technology Jun. 2012
doi:10.3969/j.issn.1009-671X.201112024
基于 MapReduce 的大规模图挖掘并行计算模型
饶君, 张仁波, 东昱晓, 吴斌
北京邮电大学 计算机科学与技术学院,北京 100876
摘 要:在如何快速发现大规模网络的结构和特性问题中,网络规模及复杂度的快速增长给其分析研究带来了新的挑战.
MapReduce 及其开源实现 Hadoop 给大规模图的高效处理带来了希望. 基于 MapReduce 框架的集群系统,提出了 1 种新
的计算模型用于大规模图形的 3-clique 计算,来实现图挖掘. 计算的基本步骤是:首先获取每个节点的第 1 跳信息,然
后是第 2 跳信息,最后得到所有基于该节点的 3-clique. 该计算模型可以用来计算聚集系数,并且可以用于三大通话网
络的挖掘. 实验结果证明这种计算模型具有良好的可扩展性和性能.
关键词:图挖掘;社会网络分析;MapReduce ;聚集系数;3-clique
中图分类号:TP311 文献标志码:A 文章编号:1009-671X (2012 )03-0056-05
A parallel computing model for large-graph mining with MapReduce
RAO Jun, ZHANG Renbo, DONG Yuxiao, WU Bin
School of Computer Science, Beijing University of Posts and Telecommunication, Beijing 100876, China
Abstract: Large-scale graphs exist everywhere. The continued exponential growth in both the size and complexity of the
graphs is posing a new challenge for finding the structures and characters of a large-scale graph. An excellent promising clue
for dealing with graphs with great sizes is the emerging MapReduce framework and its open-source implementation, Hadoop.
The problem of 3-clique enumeration of a graph is an important operation that can help structure mining and a difficult
mission for graphs with great sizes on the single computer. In this paper, we propose a parallel computing model for 3-clique
enumeration based on cluster system with the help of MapReduce for large-scale graphs. The process of enumeration is firstly
to extract one-leap information of the graph, then the two-leap information and fin
文档评论(0)