Defined in File GCE.hpp
public NetworKit::SelectiveCommunityDetector (Class SelectiveCommunityDetector)
The Greedy Community Expansion algorithm.
Greedily adds nodes from the shell to improve community quality.
Public Functions
seeds – [in] seed nodes
community – [out] as a set of nodes
Detect a community for the given seed node.
The default implementation calls expandOneCommunity(conststd::set<node>&) with a set of one node.
seed – The seed to find the community for.
The found community as set of node.