Detects communities using connected components
min_sizeMinimum community size
max_levelsMaximum hierarchy levels
new()Create a new CommunityDetector
CommunityDetector$new(min_size = 5, max_levels = 3)min_sizeMin size
max_levelsMax levels
detect()Detect communities in graph
CommunityDetector$detect(graph)graphKnowledgeGraph object
List of Community objects
clone()The objects of this class are cloneable with this method.
CommunityDetector$clone(deep = FALSE)deepWhether to make a deep clone.