Defined in File RandomBFS.hpp
public NetworKit::SelectiveCommunityDetector (Class SelectiveCommunityDetector)
Public Functions
s – [in] seed node
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.