Klasse RiskModelSampleSummary

java.lang.Object
org.deidentifier.arx.risk.RiskModelSampleSummary

public class RiskModelSampleSummary extends Object
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"
  • Konstruktordetails

    • RiskModelSampleSummary

      public RiskModelSampleSummary(DataHandleInternal handle, Set<String> identifiers, double threshold, String suppressed, WrappedBoolean stop, WrappedInteger progress)
      Creates a new instance
      Parameter:
      handle - Handle
      identifiers - Identifiers
      threshold - 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 flag
      progress - Progress
    • RiskModelSampleSummary

      public RiskModelSampleSummary(DataHandleInternal handle, Set<String> identifiers, double threshold, WrappedBoolean stop, WrappedInteger progress)
      Creates a new instance
      Parameter:
      handle - Handle
      identifiers - Identifiers
      threshold - 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 flag
      progress - Progress
      suppressed -
  • Methodendetails