5

FindGraphCommunitites has a couple of method options: "Modularity", "Hierarchical", "Spectral", "Centrality", and "CliquePercolation".

I know that some of these methods admit further options. For example, "Modularity" admits "StopTest" and "Weighted", which can be specified as:

FindGraphCommunitites[graph, Method->{"Modularity", "Weighted"->False,
   "StopTest"->"StopTest" -> (Length@#2 == 7 &)}

("StopTest" example from https://mathematica.stackexchange.com/a/28449/534).

Where can I find documentation or references as to what options each method admits, and what do they mean?

See also: Citation of the algorithms used in FindGraphCommunities, How to set FindGraphCommunities Modularity's method option.

a06e
  • 11,327
  • 4
  • 48
  • 108
  • 1
    You might want to contact Wolfram support directly with this. When you receive a response, please share the information in an answer. – Szabolcs Dec 05 '14 at 18:03
  • @Szabolcs I sent them an email. If I receive a reply I'll post it here. In the meantime, and in case I don't receive any reply from Wolfram, maybe people in this forum with experience using FindGraphCommunitites may want to share what they have learned. – a06e Dec 07 '14 at 15:52
  • Did you receive a response from support? – Szabolcs May 24 '18 at 07:42
  • @Szabolcs Nope :( – a06e May 24 '18 at 08:31
  • IGraph/M has a set of community detection functions. The documentation has links to the corresponding publication for each one. – Szabolcs Nov 18 '18 at 15:49

0 Answers0