Package | Description |
---|---|
org.deidentifier.arx.framework.check.groupify |
This package implements different hash-groupify operators.
|
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 |
---|---|
Data |
HashGroupify.performMicroaggregation(DataAggregationInformation microaggregationData,
Dictionary dictionary)
Returns a data object with microaggregation performed
|
Modifier and Type | Method and Description |
---|---|
DataAggregationInformation |
DataAggregationInformation.clone()
Returns a clone for data subsets
|
DataAggregationInformation |
DataManager.getAggregationInformation()
Returns data configuring microaggregation
|
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
|