Package | Description |
---|---|
org.deidentifier.arx.metric.v2 |
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.check.distribution.DistributionAggregateFunction[] microaggregationFunctions,
int microaggregationStartIndex,
double maxIL)
Implements the entropy-based IL model.
|
static double |
MetricSDNMEntropyBasedInformationLoss.getMaximalEntropyBasedInformationLoss(DomainShare[] domainShares,
int[] domainSizes)
Returns the maximal entropy-based information loss
|