| 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
|
| org.deidentifier.arx.metric.v2 |
Main package implementing quality models
|
| Modifier and Type | Class and Description |
|---|---|
class |
HierarchyBuilderIntervalBased<T>
This class enables building hierarchies for non-categorical values by mapping them
into given intervals.
|
class |
HierarchyBuilderOrderBased<T>
This class enables building hierarchies for categorical and non-categorical values
by ordering the data items and merging into groups with predefined sizes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainShareInterval<T>
This class represents a set of domain shares for an attribute.
|