Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides implementations of search algorithms
|
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.check.transformer |
This package provides several transformers that efficiently implement the 'projection' optimization.
|
org.deidentifier.arx.framework.lattice |
This package provides the internal generalization lattice
|
Class and Description |
---|
TransformationChecker
This class orchestrates the process of transforming and analyzing a dataset.
|
Class and Description |
---|
TransformationApplicator
This class applies a transformation to the dataset.
|
TransformationChecker.ScoreType
The type of scores.
|
TransformationCheckerStateMachine.Transition
The resulting transition.
|
TransformationCheckerStateMachine.TransitionType
The possible transition type.
|
TransformationResult
The result of a check of a transformation.
|
TransformedData
Helper class to convey buffers.
|
Class and Description |
---|
TransformationCheckerStateMachine.TransitionType
The possible transition type.
|
Class and Description |
---|
TransformationResult
The result of a check of a transformation.
|