We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2df3e commit b250032Copy full SHA for b250032
pycanon/utility/_reidentification_metrics.py
@@ -36,5 +36,3 @@ def average_rir(
36
equiv_class = aux_anonymity.get_equiv_class(data_anon, quasi_ident)
37
avg_rir = np.mean([1/len(ec) for ec in equiv_class])
38
return avg_rir
39
-
40
0 commit comments