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 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.
|