200 Chapter 5
disconnectedness of directed graphs was proposed by Newman et al. [43],
who introduced the notion of strongly connected, as well as in- and out-
component. A strongly connected component of a directed graph is a
subgraph all vertices in which are connected by a finite path. The out-
component contains vertices that can reach the strongly connected compo-
nent but cannot be reached by any vertex of the strongly connected com-
ponent. Conversely, the in-component contains all the vertices that cannot
reach the vertices of the strongly connected component but can be reached
from them. In the directed graph 2, used in our examples, one can discern
a strongly connected component formed by vertices 1-4, which can reach
each other, as can be seen in the distance matrix D(2) above. Vertices 5 and
6 form an in-component; they can be reached from the strongly connected
component. The graph lacks an out-component.
Another feature of directed graphs is that the distance degrees d
i
defined
by Eq. (2.7a) as sums over the matrix row entries are in fact distance out-
degrees, d
i
(out). The distance in-degrees, d
i
(in), which are obtained as
sums over the distance matrix columns
d
i
(in) =
V
i=1
d
ij
(2.7c)
are no more the same with their out-counterpart, because the directionality
of graph arcs destroys the symmetry of the matrix. One may illustrate
this point by comparing the two distributions for graph 2: {d
i
(2, out)} ≡
{9, 9, 8, 7, 1, 0} and {d
i
(2, in)} ≡ {12, 7, 4, 4, 4, 3}. Indeed, the total
number of in- and out-distances in a directed graph must be equal. Vertices
with large distance out-degrees may be of interest in the network analysis
as important input nodes, whereas those with large distance in-degrees
characterize essential output nodes.
Graph centers cannot be rigorously defined in directed graphs containing
pairs of vertices with infinite distance between them. However, eliminating
such vertices as potential graph centers, one may assess the remaining
vertices with the same three criteria discussed above. In- and -out distances
may define in principle different vertices as graph centers. In the example
with the directed graph 2, vertex 4 is classified as out-center by its minimum
out-eccentricity value e
4
(out) = 2 = min (vertices 5 and 6 are excluded
from the competition of distance out-degrees). There is no competition for
the in-center, which is in vertex 6, the only vertex that can be reached by
all other vertices (all other vertices are excluded).