In version 1.0 there are four different network metrics implemented
- Clustering Coefficient: Measures how close the neighborhood of a node is to being complete.
- Average Degree: Number of edges divided by number of nodes.
- Mean Shortest Path: The average distance between all pairs of node.
- Degree Distribution: Returns an approximation to the power-law distribution of the node degree.
|
|