Package | Description |
---|---|
org.deidentifier.arx.metric |
This package implements several metrics for information loss.
|
org.deidentifier.arx.metric.v2 |
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.
|