BarabasiAlbertGraphDistribution
BarabasiAlbertGraphDistribution[n,k]
表示 n 个顶点的图的 Barabasi–Albert 图分布,其中每个步骤添加一个具有 k 条边的新顶点.
更多信息
- BarabasiAlbertGraphDistribution 也称为无标度图分布(scale-free graph distribution).
- BarabasiAlbertGraphDistribution 从 CycleGraph[3] 开始构建,并且在每个步骤时,添加边数为 k 的一个顶点. k 条边随机添加到顶点上,添加方式遵循与顶点度成正比的分布.
- BarabasiAlbertGraphDistribution 可以与函数如 RandomGraph 和 GraphPropertyDistribution 一起使用.
范例
打开所有单元关闭所有单元应用 (3)
自治系统层级上的互联网可以使用 BarabasiAlbertGraphDistribution 建模:
使用 Barabasi–Albert图分布作为 Western States Power Grid 网络的模型:
一个具有400个人和突出的核心的社交网络使用 BarabasiAlbertGraphDistribution 建模. 求核心处的人与网络中最遥远的人之间的预期节点(ties)数目:
属性和关系 (5)
该分布可以使用 ZipfDistribution 近似:
使用 RandomSample 模拟 BarabasiAlbertGraphDistribution:
在 BarabasiAlbertGraphDistribution[n,k] 中,有尺寸为 k+1 的最大团:
文本
Wolfram Research (2010),BarabasiAlbertGraphDistribution,Wolfram 语言函数,https://reference.wolfram.com/language/ref/BarabasiAlbertGraphDistribution.html.
CMS
Wolfram 语言. 2010. "BarabasiAlbertGraphDistribution." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/BarabasiAlbertGraphDistribution.html.
APA
Wolfram 语言. (2010). BarabasiAlbertGraphDistribution. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/BarabasiAlbertGraphDistribution.html 年