Defined in File SampledGraphStructuralRandMeasure.hpp
public NetworKit::DissimilarityMeasure
(Class DissimilarityMeasure)
The graph-structural Rand measure assigns a similarity value in [0,1] to two partitions of a graph, by considering connected pairs of nodes. This implementation approximates the index by sampling.
Public Functions
Constructs the SampledGraphStructuralRandMeasure. A maximum of maxSamples samples are drawn.
maxSamples – The amount of samples to draw.