mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-26 08:05:20 -04:00
fix typo
This commit is contained in:
parent
52daa0c5a3
commit
30ff6cdc52
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ k-anonymity means that for each row, at least k-1 other rows are identical. So f
|
||||||
|
|
||||||
This is achieved through a few techniques, one of which is generalization. Generalization is reducing the precision of data so that it's not as unique.
|
This is achieved through a few techniques, one of which is generalization. Generalization is reducing the precision of data so that it's not as unique.
|
||||||
|
|
||||||
For example, instead of recording an exact age, you might give a range like 20-30. You've probably noticed this on surveys you've taken before. Data like this that's not directly identifiable but could be used to re-identify someone is refered to as *quasi-identifiers*.
|
For example, instead of recording an exact age, you might give a range like 20-30. You've probably noticed this on surveys you've taken before. Data like this that's not directly identifiable but could be used to re-identify someone is referred to as *quasi-identifiers*.
|
||||||
|
|
||||||
##### Suppression
|
##### Suppression
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue