Package | Description |
---|---|
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 | Class and Description |
---|---|
static class |
AggregateFunction.GenericCommonPrefix<T>
An aggregate function that returns a common prefix.
|
static class |
AggregateFunction.GenericConstant<T>
An aggregate function that returns a constant value.
|
static class |
AggregateFunction.GenericSetOfPrefixes<T>
An aggregate function that returns a set of the prefixes of the data values.
|
Modifier and Type | Method and Description |
---|---|
abstract AggregateFunction.AggregateFunctionWithParameter<T> |
AggregateFunction.AggregateFunctionWithParameter.newInstance(java.lang.String parameter)
Creates a new instance with the given parameter.
|
AggregateFunction.AggregateFunctionWithParameter<T> |
AggregateFunction.GenericCommonPrefix.newInstance(java.lang.String parameter) |
AggregateFunction.AggregateFunctionWithParameter<T> |
AggregateFunction.GenericConstant.newInstance(java.lang.String parameter) |
AggregateFunction.AggregateFunctionWithParameter<T> |
AggregateFunction.GenericSetOfPrefixes.newInstance(java.lang.String parameter) |