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 |
---|---|
NodeChecker.Result |
TransformedData.properties
The properties
|
Modifier and Type | Method and Description |
---|---|
NodeChecker.Result |
NodeChecker.check(Transformation node)
Checks the given transformation, computes the utility if it fulfills the privacy model
|
NodeChecker.Result |
NodeChecker.check(Transformation node,
boolean forceMeasureInfoLoss)
Checks the given transformation
|
Constructor and Description |
---|
TransformedData(Data bufferGH,
Data bufferOT,
NodeChecker.Result properties)
Instantiate the helper object.
|
Modifier and Type | Method and Description |
---|---|
void |
Transformation.setChecked(NodeChecker.Result result)
Sets the properties to the given node.
|