Network.degree_in
-
Network.
degree_in
(key) Return the numer of incoming neighbors of a node.
- Parameters
key (hashable) – The identifier of the node.
- Returns
int – The number of incoming neighbors of the node.
Network.
degree_in
(key)Return the numer of incoming neighbors of a node.
key (hashable) – The identifier of the node.
int – The number of incoming neighbors of the node.