Package org.deidentifier.arx.criteria
Klasse ImplicitPrivacyCriterion
java.lang.Object
org.deidentifier.arx.criteria.PrivacyCriterion
org.deidentifier.arx.criteria.ImplicitPrivacyCriterion
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
DPresence,EDDifferentialPrivacy,KAnonymity,KMap,ProfitabilityProsecutor,ProfitabilityProsecutorNoAttack
A privacy criterion that is implicitly bound to the quasi-identifiers.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungImplicitPrivacyCriterion(boolean monotonicWithSuppression, boolean monotonicWithGeneralization) Creates a new instance -
Methodenübersicht
Von Klasse geerbte Methoden org.deidentifier.arx.criteria.PrivacyCriterion
clone, clone, getDataSubset, getMinimalClassSize, getPopulationModel, getRequirements, getRiskThresholdJournalist, getRiskThresholdMarketer, getRiskThresholdProsecutor, getSubset, initialize, isAnonymous, isHeuristicSearchSupported, isHeuristicSearchWithTimeLimitSupported, isLocalRecodingSupported, isMinimalClassSizeAvailable, isMonotonicWithGeneralization, isMonotonicWithSuppression, isOptimalSearchSupported, isSampleBased, isSubsetAvailable, render, toString
-
Konstruktordetails
-
ImplicitPrivacyCriterion
public ImplicitPrivacyCriterion(boolean monotonicWithSuppression, boolean monotonicWithGeneralization) Creates a new instance- Parameter:
monotonicWithSuppression-monotonicWithGeneralization-
-