Defined in File LocalCommunityEvaluation.hpp
public NetworKit::Algorithm
(Class Algorithm)
public NetworKit::LocalCoverEvaluation
(Class LocalCoverEvaluation)
public NetworKit::LocalPartitionEvaluation
(Class LocalPartitionEvaluation)
Virtual base class of all evaluation methods for a single clustering which is based on the evaluation of single clusters. This is the base class both for Partitions as well as for Covers.
Subclassed by NetworKit::LocalCoverEvaluation, NetworKit::LocalPartitionEvaluation
Public Functions
Default destructor for the virtual base class
Get the average value weighted by cluster size.
The weighted average value.
Get the (unweighted) average value of all clusters.
The unweighted average value.
Get the maximum value of all clusters.
The maximum value.
Get the minimum value of all clusters.
The minimum value.
Get the value of the specified cluster.
i – The cluster to get the value for.
The value of cluster i.
Get the values of all clusters.
The values of all clusters.
If small values are better (otherwise large values are better).
If small values are better.