A subset of a knowledge graph
Public fields
entities
Entities in subgraph
relationships
Relationships in subgraph
Methods
Method new()
Create a new SubGraph
Arguments
entities
Entities
relationships
Relationships
Method to_list()
Convert to list
Method clone()
The objects of this class are cloneable with this method.
Usage
SubGraph$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.