out_components#

out_components(graph)#

Out components – Finding the “out-component” of a node in a directed graph involves identifying all nodes that can be reached following only outgoing edges.

Parameters:

graph (GraphView) – Raphtory graph

Returns:

Mapping of nodes to the nodes within their ‘out-component’

Return type:

NodeStateNodes