Package | Description |
---|---|
org.deidentifier.arx.framework.check |
This package implements the core functionality of the ARX framework, i.e., a highly efficient check for k-anonymity
|
org.deidentifier.arx.framework.lattice |
This package provides the internal generalization lattice
|
Modifier and Type | Field and Description |
---|---|
TransformationResult |
TransformedData.properties
The properties
|
Modifier and Type | Method and Description |
---|---|
TransformationResult |
TransformationChecker.check(Transformation<?> node)
Checks the given transformation, computes the utility if it fulfills the privacy model
|
TransformationResult |
TransformationChecker.check(Transformation<?> node,
boolean forceMeasureInfoLoss,
TransformationChecker.ScoreType scoreType)
Checks the given transformation
|
Constructor and Description |
---|
TransformedData(Data bufferGH,
Data bufferOT,
TransformationResult properties)
Instantiate the helper object.
|
Modifier and Type | Method and Description |
---|---|
void |
Transformation.setChecked(TransformationResult result)
Sets the properties to the given node.
|