R/graphrag.R
Community.Rd
A community of entities
id
Community ID
level
Hierarchy level
entity_ids
Member entity IDs
summary
Community summary
parent_id
Parent community ID
child_ids
Child community IDs
Community$new()
Community$size()
Community$clone()
new()
Create a new Community
Community$new( id, level = 0, entity_ids = character(0), summary = NULL, parent_id = NULL )
ID
Level
Members
Summary
Parent
size()
Get size
Integer
clone()
The objects of this class are cloneable with this method.
Community$clone(deep = FALSE)
deep
Whether to make a deep clone.