| Package | Description |
|---|---|
| org.deidentifier.arx.metric |
Package providing access to quality models
|
| org.deidentifier.arx.metric.v2 |
Main package implementing quality models
|
| Modifier and Type | Method and Description |
|---|---|
static MetricSDNMPublisherPayout |
Metric.createPublisherPayoutMetric(boolean journalistAttackerModel)
Creates an instance of the model for maximizing publisher benefit in the game-theoretic privacy
model based on a cost/benefit analysis.
|
static MetricSDNMPublisherPayout |
Metric.createPublisherPayoutMetric(boolean journalistAttackerModel,
double gsFactor)
Creates an instance of the model for maximizing publisher benefit in the game-theoretic privacy
model based on a cost/benefit analysis.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricSDNMPublisherPayout |
__MetricV2.createPublisherBenefitMetric(boolean journalistAttackerModel,
double gsFactor)
Creates an instance of the model for maximizing publisher benefit in the game-theoretic privacy
model based on a cost/benefit analysis.
|