I have a property that contains the communities found after applying a clustering algorithm. How can I create a meta-node for each community (about 50 communities).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Assuming that you have a property whose values identifie the clusters to which nodes/edges belong, you can use this property to apply the "Equal Value" algorithm to create the communities/subgraphs, and then apply the "Quotient clustering" algorithm to create the meta-nodes pointing to those subgraphs. The meta-nodes will be created in a subgraph named "quotient of ...".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a property that contains the communities found after applying a clustering algorithm. How can I create a meta-node for each community (about 50 communities).
Assuming that you have a property whose values identifie the clusters to which nodes/edges belong, you can use this property to apply the "Equal Value" algorithm to create the communities/subgraphs, and then apply the "Quotient clustering" algorithm to create the meta-nodes pointing to those subgraphs. The meta-nodes will be created in a subgraph named "quotient of ...".