| Package | Description |
|---|---|
| org.deidentifier.arx.metric.v2 |
Main package implementing quality models
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainShareInterval<T>
This class represents a set of domain shares for an attribute.
|
class |
DomainShareMaterialized
This class represents a set of domain shares for an attribute.
|
class |
DomainShareRedaction
This class represents a set of domain shares for an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
DomainShare |
DomainShare.clone()
Clones the share
|
| Modifier and Type | Method and Description |
|---|---|
static double |
MetricSDNMEntropyBasedInformationLoss.getEntropyBasedInformationLoss(org.deidentifier.arx.framework.lattice.Transformation<?> transformation,
org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry entry,
DomainShare[] shares,
org.deidentifier.arx.framework.data.DataAggregationInformation aggregation,
double maxIL)
Implements the entropy-based IL model.
|
static double |
MetricSDNMEntropyBasedInformationLoss.getMaximalEntropyBasedInformationLoss(DomainShare[] domainShares,
org.deidentifier.arx.framework.data.DataAggregationInformation aggregation)
Returns the maximal entropy-based information loss
|