app icon indicating copy to clipboard operation
app copied to clipboard

TODO: More clustering algorithms

Open oxy86 opened this issue 7 years ago • 0 comments

Except HCA, SocNetV should implement the following clustering algorithms to automate finding community structure:

  • the Girvan-Newman algorithm, older one for small graphs mainly, see paper " Community structure in social and biological networks"
  • the Clauset-Newman-Moore algorithm, see paper "Finding community structure in very large networks"
  • the Wakita and Tsurumi algorithm, see paper “Finding Community Structure in Mega-scale Social Networks”

oxy86 avatar Jan 23 '17 21:01 oxy86