Defined in File StablePartitionNodes.hpp
public NetworKit::LocalPartitionEvaluation
(Class LocalPartitionEvaluation)
Evaluates how stable a given partition is. A node is considered to be stable if it has strictly more connections to its own partition than to other partitions. Isolated nodes are considered to be stable. The value of a cluster is the percentage of stable nodes in the cluster. Larger values indicate that a clustering is more stable and thus better defined.
Public Functions
Execute the algorithm.
Check if a given node is stable, i.e. more connected to its own partition than to other partitions.
u – The node to check
If the node u is stable.
If small values are better. Here large values are better.
false.