Algorithms

Clustering

clustering_spectrum(g) This function extracts the clustering spectrum of a simple undirected graph.

Centrality

onion_decomposition(graph) This function extracts the onion decomposition and the k-core decomposition of a simple undirected graph.