evaluation: Re-executed some experiments

This commit is contained in:
2021-10-11 01:12:35 +02:00
parent f84cfb205d
commit f48dca02aa
18 changed files with 39 additions and 35 deletions

View File

@ -558,10 +558,10 @@ def skip_cont(seq, lmdks, epsilon):
# Add noise
o = lmdk_lib.randomized_response(is_landmark, bgts[i])
if is_landmark:
bgts[i] = 0
if i > 0:
# Approximate with previous
o = rls_data[i - 1][1]
bgts[i] = 0
rls_data[i] = [is_landmark, o]
return rls_data, bgts