Klasse RiskModelSampleSummary.RiskSummary

java.lang.Object
org.deidentifier.arx.risk.RiskModelSampleSummary.RiskSummary
Bekannte direkte Unterklassen:
RiskModelSampleSummary.JournalistRisk, RiskModelSampleSummary.ProsecutorRisk
Umschließende Klasse:
RiskModelSampleSummary

public static class RiskModelSampleSummary.RiskSummary extends Object
A set of derived risk estimates
  • 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: