min_out_degree#

min_out_degree(graph)#

The minimum out degree of any node in the graph.

Parameters:

graph (GraphView) – a directed Raphtory graph

Returns:

value of the smallest outdegree

Return type:

int