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
|
Modifier and Type | Method and Description |
---|---|
static TransformationChecker.ScoreType |
TransformationChecker.ScoreType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransformationChecker.ScoreType[] |
TransformationChecker.ScoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransformationResult |
TransformationChecker.check(Transformation<?> node,
boolean forceMeasureInfoLoss,
TransformationChecker.ScoreType scoreType)
Checks the given transformation
|