开始使用免费开始使用

Centrality features

In this exercise, you will compute and extract the centrality features betweenness, closeness, and eigenvector centrality.

本练习是课程的一部分

Predictive Analytics using Networked Data in R

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Extract the betweenness
V(network)$betweenness <- ___(___, normalized=TRUE)
编辑并运行代码