public static class RiskModelSampleSummary.RiskSummary
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getAverageRisk()
Returns the average risk
|
double |
getEffectiveRiskThreshold()
Returns the effective threshold, which may differ from user-specified parameters due to rounding issues.
|
double |
getHighestRisk()
Maximum probability of re-identification
|
double |
getRecordsAtRisk()
Proportion of records with risk above threshold
|
double |
getRiskThreshold()
Returns the threshold specified by the user.
|
double |
getSuccessRate()
Proportion of records that can be re-identified on average
|
public double getAverageRisk()
public double getEffectiveRiskThreshold()
public double getHighestRisk()
public double getRecordsAtRisk()
public double getRiskThreshold()
getEffectiveRiskThreshold()
.public double getSuccessRate()