Package | Description |
---|---|
org.deidentifier.arx.criteria |
This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.
|
org.deidentifier.arx.framework.check.groupify |
This package implements different hash-groupify operators.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SampleBasedCriterion.enforce(HashGroupifyDistribution distribution,
int numMaxSuppressedOutliers)
This method enforces the criterion on the current hash table.
|
void |
RiskBasedCriterion.enforce(HashGroupifyDistribution distribution,
int numMaxSuppressedOutliers) |
Modifier and Type | Method and Description |
---|---|
HashGroupifyDistribution.PrivacyCondition.State |
HashGroupifyDistribution.PrivacyCondition.isFulfilled(HashGroupifyDistribution distribution)
Evaluates the condition on the given distribution
|