singleton_node_count
Computes a graph’s singleton node count.
sasviya.network.algorithms.summary.singleton_node_count(g)
Parameters
- g : SAS graph object
-
Specifies the input graph to assess.
Returns
- int
-
Returns the number of singleton nodes.
Last updated: July 28, 2026