commit | 2c9ed77b3baf3d74b454174d17b15f92574c82cd | [log] [tgz] |
---|---|---|
author | Saeid Eid <saeideid@chromium.org> | Wed Jul 20 11:05:29 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 20 11:05:29 2022 |
tree | 784275d71a116ec47c10b1285be54640ad617673 | |
parent | 50edb1505ceaf7a65fb06bb14c88f9f5ade6a85d [diff] |
[Identifiability Study] Add noise to Reid estimation In this CL we add code for adding noise to the Reid score estimation with a probability controlled by a feature parameter. This CL is a continuation of the POC to estimate the REID score of sets of surfaces defined by the feature parameter kIdentifiabilityStudyReidSurfaceBlocks. We add one feature setting that can be set from server-side: kIdentifiabilityStudyReidSurfaceBlocksNoise. This parameter sets the probability of noise to be reported when computing the REID hash for the relative block of surfaces defined in kIdentifiabilityStudyReidSurfaceBlocks parameter. Bug: 1330244 Change-Id: I0a7de4379a959a3be503cf2d01ef68ba283d9f40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3771820 Commit-Queue: Saeid Eid <saeideid@chromium.org> Reviewed-by: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/main@{#1026185}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.