InOutDegree
InOutDegree is a term used in graph theory and network analysis to describe the in-degree and out-degree of a node in a directed graph. It is usually represented as a two-element vector or pair (din(v), dout(v)) for a vertex v.
For a directed graph G = (V, E), the in-degree din(v) is the number of edges that terminate
The InOutDegree of a node provides a compact summary of its connectivity and role within the network.
InOutDegree is used in various analyses, including centrality calculations, clustering and community detection, and modeling of