public static class RiskModelSampleSummary.RiskSummary
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
RiskModelSampleSummary.RiskSummary(double rA,
double rB,
double rC)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
double |
getHighestRisk()
Maximum probability of re-identification
|
double |
getRecordsAtRisk()
Proportion of records with risk above threshold
|
double |
getSuccessRate()
Proportion of records that can be re-identified on average
|
protected RiskModelSampleSummary.RiskSummary(double rA, double rB, double rC)
rA
- rB
- rC
- public double getHighestRisk()
public double getSuccessRate()
public double getRecordsAtRisk()