example_3

Function example_3 

Source
pub(crate) fn example_3()
Expand description

In our next example we will calculate various centrality measures in a friendship graph. The friendship graph is from the famous Zachary karate club study. (Do a web search on “Zachary karate” if you want to know more about this.) Centrality measures quantify how central is the position of individual vertices in the graph.