Menu

Create meta-nodes for many communities/subgraphs

Help
patrickg
2020-03-10
2020-03-10
  • patrickg

    patrickg - 2020-03-10

    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).

     
  • Patrick Mary

    Patrick Mary - 2020-03-10

    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 ...".

     

Log in to post a comment.