Defined in File SetConductance.hpp
public NetworKit::Algorithm
(Class Algorithm)
Calculates the conductance of a set of nodes, i.e., the weight of all edges between the set and the rest of the graph divided by the minimum of the volume (the sum of the weighted degrees) of the community and the rest of the graph.
Public Functions
Construct the SetConductance with the given graph and community.
G – The graph
community – The set of nodes to examine.
Calculate the conductance.
Get the calculated conductance score.
The conductance.