public class RiskModelSampleSummary
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RiskModelSampleSummary.JournalistRisk
Journalist risk
|
static class |
RiskModelSampleSummary.MarketerRisk
Marketer risk
|
static class |
RiskModelSampleSummary.ProsecutorRisk
Prosecutor risk
|
static class |
RiskModelSampleSummary.RiskSummary
A set of derived risk estimates
|
Constructor and Description |
---|
RiskModelSampleSummary(DataHandleInternal handle,
java.util.Set<java.lang.String> identifiers,
double threshold,
java.lang.String suppressed,
WrappedBoolean stop,
WrappedInteger progress)
Creates a new instance
|
RiskModelSampleSummary(DataHandleInternal handle,
java.util.Set<java.lang.String> identifiers,
double threshold,
WrappedBoolean stop,
WrappedInteger progress)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
RiskModelSampleSummary.JournalistRisk |
getJournalistRisk()
Returns the journalist risk
|
RiskModelSampleSummary.MarketerRisk |
getMarketerRisk()
Returns the marketer risk
|
RiskModelSampleSummary.ProsecutorRisk |
getProsecutorRisk()
Returns the prosecutor risk
|
double |
getThreshold()
Returns the user-defined risk threshold for individual records
|
public RiskModelSampleSummary(DataHandleInternal handle, java.util.Set<java.lang.String> identifiers, double threshold, java.lang.String suppressed, WrappedBoolean stop, WrappedInteger progress)
handle
- Handleidentifiers
- Identifiersthreshold
- 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 flagprogress
- Progresspublic RiskModelSampleSummary(DataHandleInternal handle, java.util.Set<java.lang.String> identifiers, double threshold, WrappedBoolean stop, WrappedInteger progress)
handle
- Handleidentifiers
- Identifiersthreshold
- 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 flagprogress
- Progresspublic RiskModelSampleSummary.JournalistRisk getJournalistRisk()
public RiskModelSampleSummary.MarketerRisk getMarketerRisk()
public RiskModelSampleSummary.ProsecutorRisk getProsecutorRisk()
public double getThreshold()