Package | Description |
---|---|
org.deidentifier.arx.framework.data |
This package implements data management, i.e., encoding and representing input data, output data and generalization
hierarchies
|
org.deidentifier.arx.metric.v2 |
Main package implementing quality models
|
Modifier and Type | Method and Description |
---|---|
DomainShare[] |
DataManager.getDomainShares()
Returns the domain shares for all generalized quasi-identifiers
|
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(Transformation<?> transformation,
HashGroupifyEntry entry,
DomainShare[] shares,
DataAggregationInformation aggregation,
double maxIL)
Implements the entropy-based IL model.
|
static double |
MetricSDNMEntropyBasedInformationLoss.getMaximalEntropyBasedInformationLoss(DomainShare[] domainShares,
DataAggregationInformation aggregation)
Returns the maximal entropy-based information loss
|