Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.metric.v2 |
Modifier and Type | Field and Description |
---|---|
protected RowSet |
DataSubset.set
The subset as a bitset.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSet.clone() |
static RowSet |
RowSet.create(Data data) |
RowSet |
DataSubset.getSet() |
Modifier and Type | Method and Description |
---|---|
static DataSubset |
DataSubset.create(Data data,
RowSet subset)
Creates a new subset from the given row set, from which a copy is created.
|
Constructor and Description |
---|
Cardinalities(Data data,
RowSet subset,
GeneralizationHierarchy[] hierarchies)
Creates a new instance for the given data set.
|