code: Done

This commit is contained in:
Manos Katsomallos 2022-02-16 03:17:36 +01:00
parent 253a629c1b
commit 6f611b4a5f

View File

@ -29,7 +29,7 @@ def main(args):
lmdks_pct = [0, 20, 40, 60, 80, 100]
# The privacy budget
epsilon = 1.0
eps_pct = [.25, .5, .75, 1]
eps_pct = [.01, .1, .25, .5]
markers = [
'^',