ComenzarEmpieza gratis

Centrality features

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

Este ejercicio forma parte del curso

Predictive Analytics using Networked Data in R

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Extract the betweenness
V(network)$betweenness <- ___(___, normalized=TRUE)
Editar y ejecutar código