Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | CommunityAlgorithmUpdate Method |
Computes communities in the graph iteratively until there are changes in any node's community or the changes in
modularity are large enough.
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0

C#
public bool Update( bool renumberCommunities = true )
Parameters
- renumberCommunities (Optional)
- Type: SystemBoolean
Whether to renumber communities after the update by calling RenumberCommunities.
Return Value
Type: Booleantrue, if some node changed community, false otherwise.
