structify_net.scoring.boundaries
- structify_net.scoring.boundaries(graph, normalized=True)
Boundaries of the graph
The boundaries are computed as the average of the density of the external edges of each community, and the density of the internal edges of each community. If normalized=True, it is normalized to be between 0 and 1.
- Args:
graph (_type_): A graph normalized (bool, optional): If True, the boundaries are normalized to be between 0 and 1. Defaults to True.
- Returns:
_type_: _description_