The network analysis toolkit is a small set of tools that detect certain attributes of a network. These are:
- The number of nodes
- The number of edges
- The number of self-loops
- The number of parallel edges
- Whether or not the network is weakly connected.
- Barring the presence of self-loops and parallel edges, it reports the density of the network, with the assumption that weight does not matter.
See
Detect Graph Attributes (ticket 4)
for additional details.
My own thoughts on improvements would be the following:
- add the detection of whether a network is strongly connected
- add calculation of a density that allows for self-loops.
