Package org.deidentifier.arx.criteria
Klasse ProfitabilityProsecutorNoAttack
java.lang.Object
org.deidentifier.arx.criteria.PrivacyCriterion
org.deidentifier.arx.criteria.ImplicitPrivacyCriterion
org.deidentifier.arx.criteria.ProfitabilityProsecutorNoAttack
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
ProfitabilityJournalistNoAttack
Privacy model for the "no-attack" variant of the game theoretic approach proposed in:
A Game Theoretic Framework for Analyzing Re-Identification Risk.
Zhiyu Wan, Yevgeniy Vorobeychik, Weiyi Xia, Ellen Wright Clayton,
Murat Kantarcioglu, Ranjit Ganta, Raymond Heatherly, Bradley A. Malin
PLOS|ONE. 2015.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()Cloneclone(DataSubset subset) Clone for local recodingprotected ARXCostBenefitConfigurationReturns the current configurationIf a privacy model uses a data subset, it must overwrite this methodintgetK()Returns the parameter kintIf a privacy model provides a prosecutor risk threshold, it should override this method to enable optimizationsintReturns the criterion's requirements.doubleReturn journalist risk threshold, 1 if there is nonedoubleReturn marketer risk threshold, 1 if there is nonedoubleReturn prosecutor risk threshold, 1 if there is nonevoidinitialize(org.deidentifier.arx.framework.data.DataManager manager, ARXConfiguration config) Override this to initialize the criterion.booleanisAnonymous(org.deidentifier.arx.framework.lattice.Transformation<?> node, org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry entry) Implement this, to enforce the criterion.booleanReturns whether the criterion supports local recoding.booleanIf a privacy model provides a prosecutor risk threshold, it should override this method to enable optimizationsbooleanIf a privacy model uses a data subset, it must overwrite this methodrender()Renders the privacy modeltoString()Returns a string representation.protected StringReturns a string representationVon Klasse geerbte Methoden org.deidentifier.arx.criteria.PrivacyCriterion
getPopulationModel, getSubset, isHeuristicSearchSupported, isHeuristicSearchWithTimeLimitSupported, isMonotonicWithGeneralization, isMonotonicWithSuppression, isOptimalSearchSupported, isSampleBased
-
Konstruktordetails
-
ProfitabilityProsecutorNoAttack
public ProfitabilityProsecutorNoAttack()Creates a new instance- Parameter:
config-
-
-
Methodendetails
-
clone
Beschreibung aus Klasse kopiert:PrivacyCriterionClone- Angegeben von:
clonein KlassePrivacyCriterion
-
clone
Beschreibung aus Klasse kopiert:PrivacyCriterionClone for local recoding- Setzt außer Kraft:
clonein KlassePrivacyCriterion
-
getDataSubset
Beschreibung aus Klasse kopiert:PrivacyCriterionIf a privacy model uses a data subset, it must overwrite this method- Setzt außer Kraft:
getDataSubsetin KlassePrivacyCriterion- Gibt zurück:
-
getK
public int getK()Returns the parameter k- Gibt zurück:
-
getMinimalClassSize
public int getMinimalClassSize()Beschreibung aus Klasse kopiert:PrivacyCriterionIf a privacy model provides a prosecutor risk threshold, it should override this method to enable optimizations- Setzt außer Kraft:
getMinimalClassSizein KlassePrivacyCriterion- Gibt zurück:
-
getRequirements
public int getRequirements()Beschreibung aus Klasse kopiert:PrivacyCriterionReturns the criterion's requirements.- Angegeben von:
getRequirementsin KlassePrivacyCriterion- Gibt zurück:
-
getRiskThresholdJournalist
public double getRiskThresholdJournalist()Beschreibung aus Klasse kopiert:PrivacyCriterionReturn journalist risk threshold, 1 if there is none- Setzt außer Kraft:
getRiskThresholdJournalistin KlassePrivacyCriterion- Gibt zurück:
-
getRiskThresholdMarketer
public double getRiskThresholdMarketer()Beschreibung aus Klasse kopiert:PrivacyCriterionReturn marketer risk threshold, 1 if there is none- Setzt außer Kraft:
getRiskThresholdMarketerin KlassePrivacyCriterion- Gibt zurück:
-
getRiskThresholdProsecutor
public double getRiskThresholdProsecutor()Beschreibung aus Klasse kopiert:PrivacyCriterionReturn prosecutor risk threshold, 1 if there is none- Setzt außer Kraft:
getRiskThresholdProsecutorin KlassePrivacyCriterion- Gibt zurück:
-
initialize
public void initialize(org.deidentifier.arx.framework.data.DataManager manager, ARXConfiguration config) Beschreibung aus Klasse kopiert:PrivacyCriterionOverride this to initialize the criterion.- Setzt außer Kraft:
initializein KlassePrivacyCriterion- Parameter:
manager-config- TODO
-
isAnonymous
public boolean isAnonymous(org.deidentifier.arx.framework.lattice.Transformation<?> node, org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry entry) Beschreibung aus Klasse kopiert:PrivacyCriterionImplement this, to enforce the criterion.- Angegeben von:
isAnonymousin KlassePrivacyCriterion- Parameter:
node- TODOentry-- Gibt zurück:
-
isLocalRecodingSupported
public boolean isLocalRecodingSupported()Beschreibung aus Klasse kopiert:PrivacyCriterionReturns whether the criterion supports local recoding.- Angegeben von:
isLocalRecodingSupportedin KlassePrivacyCriterion- Gibt zurück:
-
isMinimalClassSizeAvailable
public boolean isMinimalClassSizeAvailable()Beschreibung aus Klasse kopiert:PrivacyCriterionIf a privacy model provides a prosecutor risk threshold, it should override this method to enable optimizations- Setzt außer Kraft:
isMinimalClassSizeAvailablein KlassePrivacyCriterion- Gibt zurück:
-
isSubsetAvailable
public boolean isSubsetAvailable()Beschreibung aus Klasse kopiert:PrivacyCriterionIf a privacy model uses a data subset, it must overwrite this method- Setzt außer Kraft:
isSubsetAvailablein KlassePrivacyCriterion- Gibt zurück:
-
render
Beschreibung aus Klasse kopiert:PrivacyCriterionRenders the privacy model- Angegeben von:
renderin KlassePrivacyCriterion- Gibt zurück:
-
toString
Beschreibung aus Klasse kopiert:PrivacyCriterionReturns a string representation.- Angegeben von:
toStringin KlassePrivacyCriterion- Gibt zurück:
-
getConfiguration
Returns the current configuration- Gibt zurück:
-
toString
Returns a string representation
-