Package org.deidentifier.arx.risk
Klasse RiskModelSampleSummary.RiskSummary
java.lang.Object
org.deidentifier.arx.risk.RiskModelSampleSummary.RiskSummary
- Bekannte direkte Unterklassen:
RiskModelSampleSummary.JournalistRisk,RiskModelSampleSummary.ProsecutorRisk
- Umschließende Klasse:
RiskModelSampleSummary
A set of derived risk estimates
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdoubleReturns the average riskdoubleReturns the effective threshold, which may differ from user-specified parameters due to rounding issues.doubleMaximum probability of re-identificationdoubleMinimum probability of re-identificationdoubleProportion of records with risk above thresholddoubleReturns the threshold specified by the user.doubleProportion of records that can be re-identified on average
-
Methodendetails
-
getAverageRisk
public double getAverageRisk()Returns the average risk- Gibt zurück:
- the average risk
-
getEffectiveRiskThreshold
public double getEffectiveRiskThreshold()Returns the effective threshold, which may differ from user-specified parameters due to rounding issues.- Gibt zurück:
-
getHighestRisk
public double getHighestRisk()Maximum probability of re-identification- Gibt zurück:
-
getLowestRisk
public double getLowestRisk()Minimum probability of re-identification- Gibt zurück:
-
getRecordsAtRisk
public double getRecordsAtRisk()Proportion of records with risk above threshold- Gibt zurück:
-
getRiskThreshold
public double getRiskThreshold()Returns the threshold specified by the user. Note: the actual threshold used may differ slightly. See:getEffectiveRiskThreshold().- Gibt zurück:
-
getSuccessRate
public double getSuccessRate()Proportion of records that can be re-identified on average- Gibt zurück:
-