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 MetricSDNMEntropyBasedInformationLoss |
Metric.createEntropyBasedInformationLossMetric()
Creates an instance of the entropy-based information loss metric, which will treat
generalization and suppression equally.
|
static MetricSDNMEntropyBasedInformationLoss |
Metric.createEntropyBasedInformationLossMetric(double gsFactor)
Creates an instance of the entropy-based information loss metric.
|
Modifier and Type | Method and Description |
---|---|
static MetricSDNMEntropyBasedInformationLoss |
__MetricV2.createEntropyBasedInformationLossMetric(double gsFactor)
Creates an instance of the entropy-based information loss metric.
|