Package org.deidentifier.arx.risk
Klasse RiskModelSampleSummary
java.lang.Object
org.deidentifier.arx.risk.RiskModelSampleSummary
This class implements risk measures as proposed by El Emam in
"Guide to the De-Identification of Personal Health Information",
"Measuring the Probability of Re-Identification"
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classJournalist riskstatic classMarketer riskstatic classProsecutor riskstatic classA set of derived risk estimates -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRiskModelSampleSummary(DataHandleInternal handle, Set<String> identifiers, double threshold, String suppressed, WrappedBoolean stop, WrappedInteger progress) Creates a new instanceRiskModelSampleSummary(DataHandleInternal handle, Set<String> identifiers, double threshold, WrappedBoolean stop, WrappedInteger progress) Creates a new instance -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the journalist riskReturns the marketer riskReturns the prosecutor riskdoubleReturns the user-defined risk threshold for individual records
-
Konstruktordetails
-
RiskModelSampleSummary
public RiskModelSampleSummary(DataHandleInternal handle, Set<String> identifiers, double threshold, String suppressed, WrappedBoolean stop, WrappedInteger progress) Creates a new instance- Parameter:
handle- Handleidentifiers- Identifiersthreshold- Acceptable highest probability of re-identification for a single record. Please note that this threshold may be exceeded by up to 1% due to rounding issues.suppressed-stop- Stop flagprogress- Progress
-
RiskModelSampleSummary
public RiskModelSampleSummary(DataHandleInternal handle, Set<String> identifiers, double threshold, WrappedBoolean stop, WrappedInteger progress) Creates a new instance- Parameter:
handle- Handleidentifiers- Identifiersthreshold- Acceptable highest probability of re-identification for a single record. Please note that this threshold may be exceeded by up to 1% due to rounding issues.stop- Stop flagprogress- Progresssuppressed-
-
-
Methodendetails
-
getJournalistRisk
Returns the journalist risk- Gibt zurück:
-
getMarketerRisk
Returns the marketer risk- Gibt zurück:
-
getProsecutorRisk
Returns the prosecutor risk- Gibt zurück:
-
getThreshold
public double getThreshold()Returns the user-defined risk threshold for individual records- Gibt zurück:
-