CommencerCommencer gratuitement

Centrality features

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

Cet exercice fait partie du cours

Predictive Analytics using Networked Data in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Extract the betweenness
V(network)$betweenness <- ___(___, normalized=TRUE)
Modifier et exécuter le code