grinpy.invariants.disparity.average_closed_vertex_disparity

grinpy.invariants.disparity.average_closed_vertex_disparity(G)

Return the average closed vertex disparity of the graph.

Parameters:G (NetworkX graph) – An undirected graph.
Returns:The average closed vertex disparity of the graph.
Return type:int