Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.aggregates |
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
|
Modifier and Type | Method and Description |
---|---|
DataScale |
AttributeType.MicroAggregationFunction.getRequiredScale()
Returns the required scale of measure
|
DataScale |
AttributeType.MicroAggregationFunctionDescription.getRequiredScale() |
DataScale |
DataType.DataTypeDescription.getScale()
Scale
|
static DataScale |
DataScale.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataScale[] |
DataScale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataScale.provides(DataScale other)
Returns whether this scale provides at least the properties of the given scale.
|
Modifier and Type | Method and Description |
---|---|
DataScale |
StatisticsSummary.getScale()
Returns the scale of measure
|