Package org.deidentifier.arx.risk
Klasse RiskModelSampleUniqueness
java.lang.Object
org.deidentifier.arx.risk.RiskModelSampleUniqueness
Class for risks based on sample uniqueness
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRiskModelSampleUniqueness(RiskModelHistogram histogram) Creates a new instance -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdoubleReturns the fraction of records affected by the highest re-identification riskprotected RiskModelHistogramdoubleReturns the number of records affected by the lowest re-identification risk
-
Konstruktordetails
-
RiskModelSampleUniqueness
Creates a new instance- Parameter:
histogram-
-
-
Methodendetails
-
getFractionOfUniqueRecords
public double getFractionOfUniqueRecords()Returns the fraction of records affected by the highest re-identification risk- Gibt zurück:
-
getNumUniqueRecords
public double getNumUniqueRecords()Returns the number of records affected by the lowest re-identification risk- Gibt zurück:
-
getHistogram
- Gibt zurück:
- the classes
-