Verwendungen von Klasse
org.deidentifier.arx.framework.check.groupify.HashGroupifyDistribution
Packages, die HashGroupifyDistribution verwenden
Package
Beschreibung
This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.
This package implements different hash-groupify operators.
-
Verwendungen von HashGroupifyDistribution in org.deidentifier.arx.criteria
Methoden in org.deidentifier.arx.criteria mit Parametern vom Typ HashGroupifyDistributionModifizierer und TypMethodeBeschreibungvoidRiskBasedCriterion.enforce(HashGroupifyDistribution distribution, int numMaxSuppressedOutliers) abstract voidSampleBasedCriterion.enforce(HashGroupifyDistribution distribution, int numMaxSuppressedOutliers) This method enforces the criterion on the current hash table.protected booleanAverageReidentificationRisk.isFulfilled(HashGroupifyDistribution distribution) protected booleanPopulationUniqueness.isFulfilled(HashGroupifyDistribution distribution) We currently assume that at any time, at least one statistical model converges.protected abstract booleanRiskBasedCriterion.isFulfilled(HashGroupifyDistribution distribution) To be implemented by risk-based criteriaprotected booleanSampleUniqueness.isFulfilled(HashGroupifyDistribution distribution) -
Verwendungen von HashGroupifyDistribution in org.deidentifier.arx.framework.check.groupify
Methoden in org.deidentifier.arx.framework.check.groupify mit Parametern vom Typ HashGroupifyDistributionModifizierer und TypMethodeBeschreibungHashGroupifyDistribution.PrivacyCondition.isFulfilled(HashGroupifyDistribution distribution) Evaluates the condition on the given distribution