evaluation: Re-executed some experiments
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user