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 |
---|---|
AggregateFunction.AggregateFunctionBuilder<T> |
DataType.createAggregate()
Returns a new function builder.
|
Modifier and Type | Method and Description |
---|---|
static <T> AggregateFunction.AggregateFunctionBuilder<T> |
AggregateFunction.forType(DataType<T> type)
Returns a builder for the given data type.
|