/clusterChecker

A simple Python script analyzing a given social network for clusterability. The network excepted is to be a binary signed undirectioned graph.

Primary LanguagePython

A simple Python script that check if a given signed social network is clusterable or not. The network format is excpected to be a signed graph. Besides clusterability check:

  1. the script checks if each cluster is a coalition or not
  2. creates cluster-network generated from clusters as nodes and edges form based on edges in the original graph

Networkx was used for all graph manipulation and generating.