Defined in File CombinedSCD.hpp
public NetworKit::SelectiveCommunityDetector
(Class SelectiveCommunityDetector)
Helper for combining two selective community detection algorithms.
This allows to combine two SCD algorithms such that first the first algorithm is executed on the given seed(s) and then the result of the first algorithm is used as the seed set of the second algorithm. This is particularly useful for seeding an algorithm with a clique.
Michael Hamann michael.hamann@kit.edu
Public Functions
Initialize the combined algorithm with the given graph and the given two algorithms.
G – The graph to work on.
first – The first algorithm that is run with the given seed(s).
secodn – The second algorithm that is run with the result of the first algorithm.