public static class RiskModelSampleSummary.RiskSummary
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
RiskSummary(double t,
double rA,
double rB,
double rC)
Creates a new instance
|
| 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
|
protected RiskSummary(double t,
double rA,
double rB,
double rC)
t - rA - rB - rC - public double getAverageRisk()
public double getEffectiveRiskThreshold()
public double getHighestRisk()
public double getRecordsAtRisk()
public double getRiskThreshold()
getEffectiveRiskThreshold().public double getSuccessRate()