Defined in File AdjustedRandMeasure.hpp
public NetworKit::DissimilarityMeasure
(Class DissimilarityMeasure)
The adjusted rand dissimilarity measure as proposed by Huber and Arabie in “Comparing partitions” (http://link.springer.com/article/10.1007/BF01908075)
Public Functions
Get the adjust rand dissimilarity. Runs in O(n log(n)).
Note that the dissimilarity can be larger than 1 if the partitions are more different than expected in the random model.
G – The graph on which the partitions shall be compared
zeta – The first partiton
eta – The second partition
The adjusted rand dissimilarity.