Skip to content

Commit b250032

Browse files
committed
feat: add re-identification metric
1 parent dd2df3e commit b250032

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pycanon/utility/_reidentification_metrics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ def average_rir(
3636
equiv_class = aux_anonymity.get_equiv_class(data_anon, quasi_ident)
3737
avg_rir = np.mean([1/len(ec) for ec in equiv_class])
3838
return avg_rir
39-
40-

0 commit comments

Comments
 (0)